-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 890 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 890 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
{
"name": "grunt-deconst-assets",
"description": "Submits assets to a deconst asset store",
"version": "0.2.2",
"homepage": "https://github.com/deconst/grunt-deconst-assets",
"author": {
"name": "Keith Bartholomew",
"email": "keith.bartholomew@rackspace.com"
},
"repository": {
"type": "git",
"url": "git@github.com:deconst/grunt-deconst-assets.git"
},
"bugs": {
"url": "https://github.com/deconst/grunt-deconst-assets/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"less": "^2.5.1",
"less-plugin-clean-css": "^1.5.0",
"lodash": "^3.9.3",
"mime-types": "^2.1.1",
"request": "^2.57.0",
"uglify-js": "^2.4.23"
}
}