forked from generalhenry/grunt-minifyify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 815 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
{
"name": "grunt-minifyify",
"version": "3.2.1",
"description": "Grunt plugin to produce minified source and source maps with browserify and minifyify.",
"main": "tasks/minifyify.js",
"scripts": {
"test": "rm -rf tmp && grunt minifyify && mocha"
},
"keywords": [
"grunt",
"browserify",
"minifyify",
"minification"
],
"author": "Henry Allen-Tilford <[email protected]>",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"mocha": "^2.1.0",
"brfs": "^1.4.0"
},
"dependencies": {
"async": "^0.9.0",
"browserify": "^9.0.3",
"chalk": "^0.5.1",
"minifyify": "^7.0.4",
"underscore": "^1.7.0"
},
"repository": {
"type": "git",
"url": "http://github.com/generalhenry/grunt-minifyify.git"
}
}