This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.7 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.7 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
{
"name": "loggingroads-map",
"version": "0.2.1",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"logging roads"
],
"scripts": {
"test": "mocha --reporter nyan --compilers js:babel/register --recursive",
"preversion": "",
"version": "gulp build && git add -A dist",
"postversion": "git push && git push --tags",
"deploy-patch": "npm version patch --force -m \"version %s\"",
"deploy-minor": "npm version minor --force -m \"version %s\""
},
"author": "Kristofor Carle -Moabi <kris@moabi.org>",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"jquery": "^2.1.4",
"mapbox-gl": "0.43.0",
"materialize-css": "^0.97.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^7.1.1",
"babelify": "^6.3.0",
"browser-sync": "^2.9.1",
"browserify": "^11.1.0",
"chai": "^3.2.0",
"cssnano": "^3.0.0",
"eslint": "^3.14.1",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.3.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-html-replace": "^1.5.1",
"gulp-image": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"mocha": "^2.3.0",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}