-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 890 Bytes
/
package.json
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
{
"name": "grunt-skeleton",
"description": "grunt-skeleton is a simple grunt skeleton.",
"version": "1.0.0",
"homepage": "https://github.com/HumbleSoftware/grunt-skeleton",
"author": {
"name": "Carl Sutherland",
"url": "http://humblesoftware.com/"
},
"repository": {
"type": "git",
"url": "git@github.com:HumbleSoftware/grunt-skeleton.git"
},
"bugs": {
"url": "https://github.com/HumbleSoftware/grunt-skeleton/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/HumbleSoftware/grunt-skeleton/blog/master/LICENSE"
}
],
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.16",
"grunt-mocha": "0.1.7",
"grunt-reload": "0.2.0",
"grunt-contrib-handlebars": "0.3.2",
"grunt-contrib-less": "0.3.2"
},
"keywords": ["grunt"]
}