-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "react-todo",
"version": "1.0.0",
"description": "React-ToDo",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonycodes/React-ToDo.git"
},
"author": "Joannier Pinales",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonycodes/React-ToDo/issues"
},
"homepage": "https://github.com/jonycodes/React-ToDo#readme",
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"browserify": "^13.3.0",
"eslint": "^3.13.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"mongoose": "^4.7.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
}
}