-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
37
38
39
40
41
42
43
{
"name": "snake",
"version": "2.0.0",
"description": "snake, Bach style",
"main": "snake.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrkoreye/snake.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrkoreye/snake/issues"
},
"homepage": "https://github.com/mrkoreye/snake#readme",
"devDependencies": {
"autoprefixer": "7.1.2",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.6.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.0.0",
"gulp-css-base64": "1.3.4",
"gulp-htmlmin": "3.0.0",
"gulp-inject-string": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-stylelint": "4.0.0",
"gulp-uglify": "3.0.0",
"run-sequence": "2.1.0",
"stylelint-config-standard": "17.0.0",
"webpack": "3.6.0",
"webpack-stream": "4.0.0"
}
}