-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.65 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
56
57
58
59
60
61
62
63
{
"name": "grunt-enspire",
"description": "A plugin for specific use with in Enspire Commerce.",
"version": "0.1.1",
"homepage": "https://github.com/jasonfutch/grunt-enspire",
"author": {
"name": "jasonfutch",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonfutch/grunt-enspire.git"
},
"bugs": {
"url": "https://github.com/jasonfutch/grunt-enspire/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jasonfutch/grunt-enspire/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cache-bust": "^0.6.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-strip-code": "^0.1.2"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-symlink": "^0.3.0",
"grunt-extend-config": "^0.9.2",
"grunt-contrib-sass": "^0.9.2"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"grunt-angular-templates": "^0.5.7",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-extend-config": "^0.9.2",
"grunt-html-build": "^0.4.3",
"grunt-ng-annotate": "^0.10.0",
"grunt-ngmin": "0.0.3"
}
}