-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "kolor.io",
"version": "0.1.0",
"private": true,
"description": "Color inspirator.",
"homepage": "http://kolor.io",
"bugs": {
"url": "https://github.com/tameraydin/kolor.io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tameraydin/kolor.io.git"
},
"scripts": {
"build": "NODE_ENV=development gulp build",
"dist": "NODE_ENV=production gulp dist"
},
"dependencies": {
"flux": "^2.0.1",
"lodash": "^3.0.1",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-async": "^2.0.1",
"react-mini-router": "^1.1.1"
},
"devDependencies": {
"browserify": "^8.0.3",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-6to5": "^2.0.0",
"gulp-cached": "^1.0.1",
"gulp-jshint": "^1.9.0",
"gulp-jsxcs": "^0.1.6",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.8",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^1.0.2",
"gulp-usemin": "^0.3.8",
"gulp-util": "^3.0.2",
"jshint-stylish": "^1.0.0",
"reactify": "^0.13.2",
"run-sequence": "^1.0.2",
"sass": "^1.17.4",
"vinyl-source-stream": "^1.0.0"
},
"jshintConfig": {
"strict": false,
"globalstrict": true,
"unused": true,
"predef": [
"require",
"module",
"document"
]
},
"license": "CC-BY-NC-SA-4.0",
"author": {
"name": "Tamer Aydın",
"url": "https://tamerayd.in"
}
}