-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1016 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": "react_basic_app",
"version": "0.0.1",
"description": "React basic app",
"main": "gulpfile.js",
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0",
"gulp-cli": "^0.3.0",
"gulp-debug": "^2.1.0",
"gulp-inject": "^1.5.0",
"gulp-react": "^3.0.1",
"gulp-server-livereload": "^1.4.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"main-bower-files": "^2.9.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"protractor": "^2.1.0",
"protractor-html-screenshot-reporter": "0.0.21"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diablouma/react_basic_app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/diablouma/react_basic_app/issues"
},
"homepage": "https://github.com/diablouma/react_basic_app#readme"
}