-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
58 lines (58 loc) · 1.41 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
{
"name": "missingmaps",
"version": "0.2.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/MissingMaps/missingmaps.github.io.git"
},
"author": {
"name": "Missing Maps",
"url": "https://www.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",
"lint": "semistandard app/assets/scripts/**/*.js",
"test": "echo NO TESTS YET",
"install": "bundle install"
},
"browserify": {
"transform": [
"babelify",
"require-globify",
"envify"
]
},
"devDependencies": {},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"async": "^3.2.4",
"browser-sync": "^2.27.11",
"chai": "^4.2.0",
"colors": "^1.4.0",
"foundation-sites": "^6.6.1",
"glob": "^7.1.6",
"glob-all": "^3.2.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.10.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"markdown-pdf": "^10.0.0",
"request": "^2.88.2",
"run-sequence": "^2.2.1"
}
}