-
Notifications
You must be signed in to change notification settings - Fork 685
/
package.json
28 lines (28 loc) · 940 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
{
"name": "json_viewer",
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",
"author": "Tulio Ornelas <[email protected]>",
"license": "MIT",
"repository": "https://github.com/tulios/json-viewer",
"private": true,
"dependencies": {
"archiver": "1.2.x",
"clean-webpack-plugin": "0.1.x",
"codemirror": "5.21.x",
"css-loader": "0.14.x",
"extract-text-webpack-plugin": "0.8.x",
"fs-extra": "0.18.x",
"mousetrap": "1.5.x",
"node-libs-browser": "^1.0.0",
"node-sass": "^4.5.3",
"promise": "7.0.x",
"sass-loader": "6.0.x",
"style-loader": "0.18.x",
"sweetalert": "1.0.x",
"webpack": "1.15.x"
},
"scripts": {
"release": "NODE_ENV=production npm run build",
"build": "./node_modules/.bin/webpack --progress --colors && node ./lib/release-script"
}
}