-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 812 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 812 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
30
31
32
33
34
35
36
37
38
{
"name": "react-tab",
"version": "0.0.0",
"description": "Chrome new tab app built with react",
"main": "index.js",
"scripts": {
"run": "gulp server",
"test": "gulp test"
},
"keywords": [
"react",
"tab"
],
"author": "Josh Callender",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.3",
"colors": "^1.0.3",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"nodemon": "^1.3.7",
"reactify": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"dependencies": {
"backbone": "^1.1.2",
"bootstrap": "^3.3.2",
"compression": "^1.4.1",
"express": "^4.12.0",
"hbs": "^2.8.0",
"moment": "^2.9.0",
"react": "^0.12.2",
"request": "^2.53.0",
"serve-static": "^1.9.1",
"when": "^3.7.2"
}
}