-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "cobudget-ui",
"version": "1.0.0-beta",
"description": "user interface for Cobudget!",
"main": "./server.js",
"browser": "./index.js",
"scripts": {
"install": "napa",
"start": "gulp build && node .",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start",
"test-spec": "testling -x firefox",
"test-e2e": "protractor protractor.js",
"test": "(export NODE_ENV=test; npm run test-spec && npm run test-e2e)",
"build": "gulp build",
"develop": "gulp develop",
"set-remote": "git remote add deploy-beta [email protected]:cobudget/cobudget.co",
"deploy-cname": "cp app/assets/CNAME.deploy app/assets/CNAME",
"deploy-push": "git push deploy-beta gh-pages -f",
"deploy": "(export NODE_ENV=production; npm run deploy-cname && gulp branch && npm run deploy-push)",
"set-remote-stage": "git remote add stage-beta [email protected]:cobudget/staging.cobudget.co",
"stage-cname": "cp app/assets/CNAME.stage app/assets/CNAME",
"stage-push": "git push stage-beta gh-pages -f",
"stage": "(export NODE_ENV=staging; npm run stage-cname && gulp branch && npm run stage-push)"
},
"repository": {
"type": "git",
"url": "git://github.com/open-app/cobudget-ui.git"
},
"testling": {
"files": "src/node_modules/**/spec/**/*.coffee",
"harness": "mocha",
"browsers": [
"ie/9..latest",
"firefox/17..nightly",
"chrome/23..canary",
"opera/15..next",
"safari/6..latest",
"iphone/6",
"ipad/6",
"android-browser/4.2"
]
},
"napa": {},
"dependencies": {
"ampersand-state": "^4.5.6",
"angular": "=1.6.1",
"angular-animate": "=1.6.1",
"angular-aria": "=1.6.1",
"angular-autodisable": "^0.2.2",
"angular-autoselect": "^0.3.2",
"angular-chart.js": "^1.0.0-alpha3",
"angular-cookie": "ivpusic/angular-cookie#v4.0.9",
"angular-marked": "Hypercubed/angular-marked",
"angular-material": "1.1.5",
"angular-material-data-table": "^0.10.10",
"angular-material-icons": "^0.7.1",
"angular-messages": "=1.6.1",
"angular-sanitize": "=1.6.1",
"angular-truncate-2": "^0.1.2",
"angular-ui-router": "^0.4.2",
"angular-upload": "git://github.com/leon/angular-upload",
"angular_record_store": "=2.3.4",
"bowser": "^1.0.0",
"camelize": "^1.0.0",
"debug": "^2.1.0",
"es5-shim": "^4.0.3",
"font-awesome": "^4.2.0",
"gulp-build-branch": "^0.1.4",
"highcharts": "^5.0.9",
"highcharts-ng": "^1.0.1",
"is-empty-object": "^1.1.1",
"jquery": "^2.1.3",
"json3": "^3.3.2",
"listify": "^1.0.0",
"lodash": "^3.0.0",
"lokijs": "^1.4.3",
"moment": "^2.8.4",
"morph": "^0.2.0",
"napa": "^1.2.0",
"ng-csv": "^0.3.6",
"ng-focus-if": "^1.0.2",
"ng-q-all-settled": "^1.0.0",
"ng-sanitize": "0.0.2",
"ng-token-auth": "lynndylanhurley/ng-token-auth",
"node-sass": "^3.3.3",
"recase": "^1.0.4",
"xtend": "^4.0.0"
},
"devDependencies": {
"babel": "^5.8.9",
"babelify": "^5.0.3",
"brfs": "^1.2.0",
"browserify": "^10.2.4",
"browserify-ngannotate": "^0.7.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"concatenify": "^1.0.1",
"connect-livereload": "^0.5.0",
"ecstatic": "^0.5.6",
"envify": "^3.2.0",
"evalify": "^1.0.0",
"express": "^4.10.2",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^3.1.1",
"gulp-filter": "^1.0.2",
"gulp-livereload": "^2.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.2.0",
"mocha": "^2.0.1",
"napa": "^1.0.2",
"protractor": "^1.4.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"testling": "^1.7.1",
"tiny-lr": "^0.1.4",
"txtify2": "^2.0.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.2.3"
},
"engines": {
"node": ">=0.10.0"
}
}