-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 769 Bytes
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
{
"name": "captura",
"version": "1.0.0",
"description": "Captura static website made in ReactJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patricia Juarez",
"license": "ISC",
"devDependencies": {
"bootstrap": "^3.3.7",
"browserify": "^14.5.0",
"eslint": "^4.13.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^4.0.0",
"gulp-open": "^2.0.0",
"jquery": "^3.2.1",
"reactify": "^1.1.1",
"standard": "^10.0.3",
"vinyl-source-stream": "^1.1.0"
}
}