-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.78 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.78 KB
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
{
"name": "@kingdom/web",
"version": "1.0.0",
"description": "The Kingdom web app.",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/babel-node frontend.js",
"build": "./node_modules/.bin/gulp build",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diversum/kingdom-web.git"
},
"keywords": [
"kingdom",
"web"
],
"author": "Kingdom",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/diversum/kingdom-web/issues"
},
"homepage": "https://github.com/diversum/kingdom-web#readme",
"dependencies": {
"alt": "^0.17.3",
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-plugin-react-transform": "^1.1.1",
"babelify": "^6.1.3",
"body-parser": "^1.14.1",
"browserify": "^11.0.0",
"cfenv": "^1.0.2",
"classnames": "^2.1.5",
"colors": "^1.1.2",
"del": "^2.0.2",
"envify": "^3.4.0",
"express": "^4.13.3",
"fbjs": "^0.2.1",
"flux": "^2.1.1",
"geolib": "^2.0.18",
"google-map-react": "0.5.9",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"gulp-webserver": "^0.9.1",
"immutable": "^3.7.4",
"lodash": "^3.10.1",
"lodash.throttle": "^3.0.4",
"material-ui": "0.12.1",
"merge-stream": "^0.1.8",
"react": "^0.13.3",
"react-dom": "^0.14.0-rc1",
"react-proxy": "^1.1.1",
"react-pure-render": "^1.0.2",
"react-tap-event-plugin": "^0.1.8",
"react-typeahead-component": "^0.8.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"superagent": "^1.4.0",
"superagent-cache": "^1.0.3",
"superagent-promise": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}