-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 998 Bytes
/
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
{
"name": "history-project",
"description": "Historical record of happenings at the New Theatre.",
"version": "0.0.0",
"private": true,
"dependencies": {
"bower": "^1.4.1",
"mapbox-gl": "^0.41.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"cssnano": "^3.8.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-jsonlint": "^1.1.2",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"gulp-webserver": "^0.9.1",
"jsonlint": "^1.6.2",
"postcss": "^5.2.5",
"postcss-cli": "^2.6.0",
"postcss-cssnext": "^2.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/urn/urn-history-project.git"
},
"bugs": {
"url": "https://github.com/urn/urn-history-project/issues"
}
}