-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 862 Bytes
/
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
{
"name": "resolvling",
"version": "0.1.3",
"description": "Self resolving lazy objects for promises",
"main": "resolvling.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burka/resolvling.git"
},
"keywords": [
"angular",
"promises",
"resource"
],
"author": "Florian Burka",
"license": "MIT",
"bugs": {
"url": "https://github.com/burka/resolvling/issues"
},
"homepage": "https://github.com/burka/resolvling#readme",
"devDependencies": {
"angular": "^1.5.7",
"angular-mocks": "^1.5.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7"
}
}