-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.22 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
{
"name": "stateographer",
"version": "0.1.0",
"description": "Analysis and debugging tool for AngularUI Router",
"main": "index.js",
"directories": {
"doc": "docs"
},
"build": {
"port": 3004
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radify/stateographer.git"
},
"keywords": [
"angular",
"router"
],
"author": {
"name": "Radify, Inc.",
"email": "line@radify.io",
"url": "http://radify.io"
},
"contributors": [
{
"name": "Jason Stillerman",
"email": "jason.t.stillerman@gmail.com"
},
{
"name": "Nate Abele",
"email": "nate@radify.io"
}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/radify/stateographer/issues"
},
"homepage": "https://github.com/radify/stateographer#readme",
"devDependencies": {
"babel-core": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^2.2.1",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"yargs": "^3.29.0"
}
}