-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "grunt-angular-phonegap",
"description": "Combine with yeoman/generator-angular and phonegap to create some magic",
"version": "0.1.8",
"homepage": "https://github.com/dsimard/grunt-angular-phonegap",
"author": {
"name": "dsimard",
"email": "dsimard@azanka.ca",
"url": "http://www.azanka.ca"
},
"repository": {
"type": "git",
"url": "git@github.com:dsimard/grunt-angular-phonegap.git"
},
"bugs": {
"url": "https://github.com/dsimard/grunt-angular-phonegap/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dsimard/grunt-angular-phonegap/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"prepublish": "grunt coffee"
},
"dependencies": {
"coffee-script": "latest",
"underscore": "~1.5.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt": "~1.0.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-release": "~0.13.1",
"grunt-conventional-changelog": "~1.0.0",
"grunt-cli": "~1.2.0",
"sinon": "~1.7.3"
},
"peerDependencies": {
"grunt": "~1.0.0",
"grunt-shell": "~1.3.0"
},
"keywords": [
"gruntplugin"
]
}