OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "webtry", | 2 "name": "fuzzer", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "description": "WebTry Server =============", | 4 "description": "", |
5 "main": "index.js", | 5 "main": "index.js", |
6 "devDependencies": { | 6 "dependencies": { |
7 "autoprefixer": "^5.1.0", | 7 "autoprefixer": "^5.1.0", |
8 "bower": "^1.3.12", | 8 "bower": "^1.3.12", |
9 "uglify-js": "^2.4.16", | 9 "vulcanize": "^0.7.9" |
10 "vulcanize": "^0.7.7" | 10 }, |
11 "devDependencies": { | |
12 "uglify-js": "^2.4.16" | |
11 }, | 13 }, |
12 "scripts": { | 14 "scripts": { |
13 "test": "echo \"Error: no test specified\" && exit 1" | 15 "test": "echo \"Error: no test specified\" && exit 1" |
14 }, | 16 }, |
15 "author": "", | 17 "author": "", |
16 "license": "ISC" | 18 "license": "ISC" |
17 } | 19 } |
OLD | NEW |