-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "stationmaster",
"version": "0.1.2",
"description": "Branch status and integration/deployment tools",
"main": "public/js/stationmaster.js",
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"gulp-jasmine": "~2.1.0",
"gulp-karma": "0.0.5",
"karma-phantomjs-launcher": "~0.2.1",
"karma-jasmine": "~0.3.6",
"phantomjs": "~1.9.18",
"gulp-jshint": "~1.11.2",
"gulp": "~3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radify/stationmaster.git"
},
"author": {
"name": "Radify, Inc.",
"email": "line@radify.io",
"url": "http://radify.io"
},
"contributors": [{
"name": "Nate Abele",
"email": "nate@radify.io",
"url": "http://radify.io"
}, {
"name": "Gavin Davies",
"email": "gavin@radify.io",
"url": "http://radify.io"
}],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/radify/stationmaster/issues"
},
"homepage": "https://github.com/radify/stationmaster"
}