-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 773 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 773 Bytes
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
{
"name": "london-bus-map",
"version": "0.0.1",
"description": "A map of Londons buses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rpullinger/london-bus-map.git"
},
"author": "Richard Pullinger <r_pullinger@hotmail.com> (htto://pullin.gr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/rpullinger/london-bus-map/issues"
},
"homepage": "https://github.com/rpullinger/london-bus-map",
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.2",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0"
}
}