-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 951 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
37
{
"name": "reactodo",
"version": "0.2.4",
"description": "Multiple localStorage TODO lists, built with React",
"scripts": {
"dev": "gulp clean && gulp",
"dist": "gulp clean && gulp dist --production"
},
"dependencies": {
"react": "~0.12.2"
},
"devDependencies": {
"browserify": "^8.1.3",
"del": "^1.1.1",
"envify": "^3.2.0",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-flatten": "0.0.4",
"gulp-jshint": "^1.9.2",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-template": "^2.1.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"author": "Jonathan Buchanan <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/insin/reactodo.git"
},
"license": "MIT"
}