forked from timjansen/minified.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "minified",
"version": "2015.1.1",
"description": "Minified is a universal, lightweight library for the web",
"main": "dist/minified.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/timjansen/minified.js.git"
},
"author": "Tim Jansen",
"license": "CC0-1.0",
"readmeFilename": "README.md",
"gitHead": "e84ec55301d1d9e7ee7eb04cf9c253f53d81e1d0",
"devDependencies": {
"grunt": "~0.4.5",
"hanson": "~1.1.0",
"markdown": "~0.5.0",
"minified-headless": "~0.0.4",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-xmlmin": "~0.1.1",
"grunt-closure-compiler": "0.0.21",
"grunt-mocha": "~0.4.1",
"grunt-mocha-test": "~0.6.3",
"mocha": "~1.12.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"promises-aplus-tests": "~2.0.3"
}
}