-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.79 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
{
"name": "museoscope",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "node ./server.js",
"bump": "npm test && webpack && npm version patch && git push && git push --tags && npm publish",
"bump-minor": "npm run bump && npm version minor && git push && git push --tags && npm publish",
"commit": "npm test && webpack && git commit -a"
},
"repository": {
"type": "git",
"url": "https://github.com/ubimix/museoscope"
},
"keywords": [
"promise",
"intent"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ubimix/museoscope"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"ecstatic": "^1.3.1",
"expect.js": "^0.3.1",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.11.0"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^5.8.35",
"bootstrap": "^3.3.6",
"react-bootstrap": "*",
"classnames": "^2.2.3",
"ismobilejs": "^0.3.9",
"leaflet": "^0.7.7",
"leaflet-canvasdatagrid": "^0.1.7",
"mosaic-adapters": "^0.2.5",
"mosaic-app-core": "^0.3.6",
"mosaic-dataset": "^0.1.13",
"mosaic-dataset-facets": "^0.1.0",
"mosaic-dataset-geo": "^0.1.9",
"mosaic-dataset-index": "^0.2.5",
"mosaic-intents": "^0.2.7",
"mosaic-pathmapper": "^0.1.2",
"mosaic-styles": "^0.1.3",
"mosaic-ui": "^0.1.3",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-leaflet": "^0.10.0",
"superagent": "^1.7.2",
"send": "^0.13.1"
}
}