forked from Rostlab/JS16_ProjectC_Group10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "gotmap",
"version": "0.1.7",
"description": "Project C (Globetrotters) of Group 10, JavaScript Seminar 2016, RostLab",
"main": "./npm.js",
"scripts": {
"build": "webpack --display-modules --display-chunks",
"deploy": "webpack --config ./webpack.deploy.config.js --display-modules --display-chunks",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rostlab/JS16_ProjectC_Group10.git"
},
"keywords": [
"rostlab",
"got",
"group10",
"tum",
"seminar",
"globetrotters"
],
"author": "Group 10",
"license": "GNU",
"bugs": {
"url": "https://github.com/Rostlab/JS16_ProjectC_Group10/issues"
},
"homepage": "https://github.com/Rostlab/JS16_ProjectC_Group10#readme",
"devDependencies": {
"css-loader": "^0.23.1",
"expect.js": "^0.3.1",
"expose-loader": "^0.7.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"html-loader": "^0.4.3",
"image-webpack-loader": "^1.6.3",
"less-loader": "^2.2.2",
"mocha": "^2.4.5",
"node-phantom": "^0.2.5",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.1",
"leaflet": "^0.7.7"
}
}