-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "septa_tracker",
"version": "1.0.0",
"description": "Small web app for viewing the location of SEPTA buses",
"main": "route_map.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeancochrane/septa_tracker.git"
},
"author": "Jean Cochrane and Kalil Smith-Nuevelle",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jeancochrane/septa_tracker/issues"
},
"homepage": "https://github.com/jeancochrane/septa_tracker#readme",
"devDependencies": {
"autoprefixer": "^6.3.7",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-processhtml": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"install": "^0.8.1",
"load-grunt-tasks": "^3.5.0",
"npm": "^3.10.5",
"opener": "^1.4.1"
}
}