-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"private": true,
"name": "map-maker",
"version": "1.0.0",
"description": "Map Maker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Tim Huijgen",
"homepage": "",
"dependencies": {
"alt": "^0.18.2",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^3.3.6",
"console-shim": "^1.0.3",
"electron": "^0.4.1",
"electron-packager": "^6.0.2",
"electron-prebuilt": "^0.37.5",
"es5-shim": "^4.5.5",
"es6-shim": "^0.34.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.5",
"gulp-imagemin": "^2.4.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": "^2.2.3",
"js-cookie": "^2.1.0",
"lodash": "^4.10.0",
"webpack": "^1.12.14"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"webpack-dev-server": "^1.14.1"
}
}