-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "pearl-storyboard",
"version": "1.2.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openpearl/PearlStoryboard.git"
},
"author": "David Zhu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openpearl/PearlStoryboard/issues"
},
"dependencies": {
"body-parser": "^1.11.0",
"cookie-parser": "^1.3.3",
"express": "^4.11.2",
"morgan": "^1.5.1",
"multer": "^0.1.8"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-flatten": "^0.1.1",
"gulp-nodemon": "^2.0.3",
"gulp-postcss": "^5.1.8",
"gulp-sass": "^2.0.1",
"gulp-shell": "^0.4.2",
"gulp-watch": "^4.3.4",
"jsdom": "^5.6.0",
"karma": "^0.12.37",
"node-libs-browser": "^0.5.2",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.10.1"
},
"homepage": "https://github.com/openpearl/PearlStoryboard#readme"
}