forked from MissingMaps/missingmaps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.51 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.51 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
{
"name": "missingmaps",
"version": "0.1.0",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "Missing Maps",
"url": "https://missingmaps.org"
},
"license": "BSD-3-Clause",
"bugs": {
"url": ""
},
"homepage": "",
"scripts": {
"postinstall": "[ -f _config-dev.yml ] || echo 'domain: http://localhost:3000\npath_prefix:' > _config-dev.yml",
"serve": "gulp serve",
"build": "gulp",
"lint": "semistandard app/assets/scripts/**/*.js",
"test": "echo NO TESTS YET",
"install": "bundle install --path bundle/cache",
"update:packages": "node updatedep.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"browserify": {
"transform": [
"babelify",
"require-globify",
"envify"
]
},
"devDependencies": {
"async": "^2.6.0",
"browser-sync": "^2.18.13",
"chai": "^4.1.2",
"colors": "^1.1.2",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.4.4-rc1",
"glob": "^7.1.2",
"glob-all": "^3.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.4.2",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"markdown-pdf": "^8.1.0"
},
"dependencies": {
"bundle": "^2.1.0",
"request": "^2.83.0",
"run-sequence": "^2.2.0"
}
}