-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "collabook",
"version": "0.0.0",
"description": "collaborative stories",
"author": "Stefanie Taepke",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/stefina/collabook.git"
},
"dependencies": {
"jquery": "~2.1.3",
"pouchdb": "^4.0.3",
"pouchdb-find": "^0.3.5",
"react": "~0.13.1",
"react-router": "~0.13.2",
"reflux": "~0.2.7",
"sugar": "^1.4.1"
},
"devDependencies": {
"browserify": "~9.0.7",
"del": "~1.1.1",
"domain": "~0.0.1",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~2.1.0",
"gulp-cached": "~1.0.4",
"gulp-compass": "~2.0.4",
"gulp-filter": "~2.0.2",
"gulp-htmlmin": "~1.1.1",
"gulp-if": "~1.2.5",
"gulp-imagemin": "~2.2.1",
"gulp-load-plugins": "~0.9.0",
"gulp-minify-css": "~1.0.0",
"gulp-plumber": "~1.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-rev-all": "~0.8.16",
"gulp-size": "~1.2.1",
"gulp-tap": "~0.1.3",
"gulp-uglify": "~1.1.0",
"gulp-useref": "~1.1.2",
"gulp-util": "~3.0.4",
"gulp-webserver": "~0.9.0",
"jest-cli": "~0.4.0",
"preprocessify": "~0.0.3",
"reactify": "~1.1.0",
"react-tools": "~0.13.1",
"run-sequence": "~1.0.2",
"vinyl-source-stream": "~1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install",
"start": "./node_modules/gulp/bin/gulp.js serve",
"test": "./node_modules/jest-cli/bin/jest.js",
"build": "./node_modules/gulp/bin/gulp.js build"
},
"jest": {
"scriptPreprocessor": "./preprocessor.js",
"unmockedModulePathPatterns": [
"./node_modules/react"
],
"testFileExtensions": [
"jsx",
"js",
"cjsx"
]
}
}