-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
49 lines (49 loc) · 1.21 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
{
"repository": {
"type": "git",
"url": "git+https://github.com/plouc/thumbor-toy.git"
},
"author": {
"name": "Raphaël Benitte",
"email": "thumbor-toy@rbenitte.com"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^3.1.10",
"babelify": "^6.1.2",
"browserify": "^6.2.0",
"chalk": "^1.0.0",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.4.0",
"font-awesome-stylus": "4.7.0",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.1",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^0.12.0",
"gulp-flowtype": "^0.4.7",
"gulp-notify": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jquery": "^2.1.1",
"local-storage": "^1.4.2",
"lodash": "^3.9.3",
"marked": "^0.3.3",
"moment": "^2.8.3",
"normalize-css": "^2.3.1",
"react": "^0.13.3",
"react-dnd": "^1.1.1",
"react-tools": "*",
"react-tween-state": "0.0.5",
"react-zeroclipboard": "^1.1.0",
"reactify": "^0.15.2",
"reflux": "^0.2.12",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.2.1"
},
"scripts": {
"test": "gulp build:dev && gulp build"
}
}