-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 861 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 861 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
{
"name": "cxxpoll",
"version": "0.0.1",
"description": "An app to take polls and show condorcet results in real time.",
"main": "index.html",
"devDependencies": {
"babelify": "^6.3.0",
"blaze_compiler": "0.0.35",
"browser-sync": "^2.9.3",
"browserify": "^11.0.1",
"connect-history-api-fallback": "^1.1.0",
"firebase": "^2.2.9",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"history": "^1.9.1",
"lodash": "^4.17.21",
"material-ui": "^0.11.1",
"react": "^0.14",
"react-router": "^1.0.0-rc1",
"react-tap-event-plugin": "^0.1.7",
"reactfire": "^0.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"start": "gulp build",
"test": "gulp test"
},
"author": "",
"license": "Apache-2.0"
}