-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
65 lines (65 loc) · 1.45 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
{
"name": "contriboard",
"author": "[email protected]",
"contributors": [
{
"name": "Matti Jokitulppo",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"start": "gulp build && babel-node lib/server.js"
},
"dependencies": {
"babel": "5.1.10",
"classnames": "2.1.3",
"draggabilly": "1.1.1",
"event-emitter": "0.3.3",
"express": "4.12.3",
"fastclick": "1.0.6",
"hammerjs": "2.0.4",
"immutable": "3.6.2",
"iscroll": "5.1.3",
"lodash.throttle": "3.0.4",
"markdown": "0.5.0",
"nuka-carousel": "0.0.12",
"page": "1.6.0",
"query-string": "2.3.0",
"react": "0.13.1",
"react-iscroll": "0.0.4",
"react-tween-state": "0.0.4",
"socket.io-client": "1.3.3",
"superagent": "1.1.0"
},
"devDependencies": {
"babel-eslint": "2.0.2",
"babelify": "5.0.3",
"browser-sync": "2.7.2",
"browserify": "9.0.3",
"envify": "3.2.0",
"eslint": "0.21.0",
"eslint-plugin-react": "2.3.0",
"gulp": "3.8.10",
"gulp-eslint": "0.8.0",
"gulp-karma": "0.0.4",
"gulp-sass": "1.3.3",
"gulp-scp2": "0.1.3",
"gulp-sourcemaps": "1.5.1",
"gulp-uglify": "1.1.0",
"gulp-webserver": "0.9.0",
"karma": "0.12.32",
"karma-browserify": "4.2.1",
"karma-mocha": "0.1.10",
"karma-mocha-reporter": "1.0.2",
"karma-phantomjs-launcher": "0.1.4",
"minimist": "1.1.1",
"react-timeago": "2.0.2",
"should": "4.6.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.0.0",
"watchify": "2.4.0"
}
}