-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
{
"name": "angular-stream-api",
"version": "0.8.0",
"description": "A Workfront Stream API for AngularJS",
"license": "MIT",
"author": "Workfront",
"main": "app.js",
"scripts": {
"postinstall": "bower install",
"build": "webpack -p",
"test-cov": "cross-env NODE_MODE=cov karma start karma.conf.js",
"test-ci": "cross-env NODE_MODE=ci karma start karma.conf.js",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Workfront/angular-stream-api.git"
},
"keywords": [
"workfront",
"streamapi",
"stream",
"api",
"angular"
],
"bugs": {
"url": "https://github.com/Workfront/workfront-api/issues"
},
"homepage": "https://github.com/Workfront/angular-stream-api",
"devDependencies": {
"bower": "1.8.0",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"eslint": "^3.3.1",
"eslint-loader": "^1.5.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine": "^2.4.1",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-webpack": "^1.8.0",
"phantomjs-prebuilt": "^2.1.12",
"url-parse": "^1.1.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"workfront-api-constants": "^2.0.0"
}
}