-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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
{
"name": "angular-http-backup",
"version": "0.4.0",
"description": "http backup for when service/network fails",
"main": "httpbackup.js",
"scripts": {
"prestart": "rm -rf dist",
"start": "webpack;",
"test": "karma start -c karma.conf.js --single-run=true --auto-watch=false",
"tdd": "karma start -c karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zouhenry/angular-http-backup.git"
},
"author": "zouhenry@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/zouhenry/angular-http-backup/issues"
},
"homepage": "https://github.com/zouhenry/angular-http-backup#readme",
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.3.20",
"babel-core": "^6.10.4",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"codecov.io": "^0.1.6",
"jasmine-core": "^2.5.2",
"karma": "^1.1.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"lodash": "^4.16.4",
"ng-annotate-loader": "^0.1.0",
"ng-cache-loader": "0.0.16",
"node-sass": "^3.8.0",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^0.3.2",
"webpack": "^1.13.1",
"webpack-core": "^0.6.8",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {}
}