-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 945 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "grunt-domly",
"version": "0.1.0",
"description": "Precompile DOMly templates",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/lazd/grunt-domly.git"
},
"keywords": [
"domly",
"compile",
"precompile",
"template",
"gruntplugin"
],
"author": "Larry Davis <lazdnet@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lazd/grunt-domly/issues"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/lazd/grunt-domly",
"dependencies": {
"chalk": "^1.1.3",
"domly": "0.0.9",
"nsdeclare": "^0.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}