-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 933 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 933 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
39
40
{
"name": "twrl",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.2",
"dotenv": "^1.0.0",
"express": "^4.12.3",
"flummox": "^3.5.0",
"highland": "^2.4.0",
"jade": "^1.9.2",
"log": "^1.4.0",
"react": "^0.13.1",
"serve-static": "^1.9.2",
"sockjs": "^0.3.15",
"sockjs-client": "^1.0.0-beta.12",
"striptags": "^2.0.1"
},
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "9.0.3",
"gulp": "^3.8.11",
"gulp-cli": "^0.2.0",
"gulp-nodemon": "^2.0.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"livereactload": "^0.3",
"nodemon": "1.3.7",
"reactify": "1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}