forked from ubik23/charactercreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
44
{
"name": "charactercreator",
"version": "1.0.0",
"description": "recreated after recovery.",
"main": "gulpfile.js",
"dependencies": {
"autoprefixer": "^6.0.3",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-minify": "^2.1.0",
"gulp-postcss": "^6.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.5",
"http-proxy-middleware": "^0.19.0",
"node-sass": "^4.9.0",
"react": "^0.14.9",
"react-color": "^2.14.1",
"react-dom": "^0.14.9"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"gulp": "^3.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubik23/charactercreator.git"
},
"keywords": [
"character",
"svg"
],
"author": "Frederic Guimont",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ubik23/charactercreator/issues"
},
"homepage": "https://github.com/ubik23/charactercreator#readme"
}