forked from nicole-ashley/json-formatter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
35
36
{
"name": "json-formatter",
"version": "0.0.0",
"main": "index.js",
"repository": "[email protected]:nikrolls/json-formatter.git",
"author": "Nik Rolls <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"css-loader": "^0.28.1",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-header-license": "^1.0.9",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-zip": "^4.0.0",
"json-tokenizer": "^1.0.1",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"text-loader": "^0.0.1",
"to-string-loader": "^1.1.5",
"vinyl-named": "^1.1.0",
"webpack": "^2.4.1",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"random-material-color": "^1.0.5"
}
}