-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "image-engine-angular",
"version": "1.0.3",
"description": "An AngularJS directive for ImageEngine",
"homepage": "https://github.com/WURFL/ImageEngine-angular",
"author": "Luca Corbo (https://github.com/lucor)",
"maintainers": [
"Luca Corbo (https://github.com/lucor)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WURFL/ImageEngine-angular/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/WURFL/ImageEngine-angular.git"
},
"keywords": [
"angularjs",
"wurfl",
"ImageEngine",
"webcomponent"
],
"peerDependencies": {
"angular": "^1.2.0"
},
"devDependencies": {
"chai": "^4.1.0",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"http-server": "^0.10",
"karma": "^1.7.0",
"karma-chai": "^0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.3"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -p 9999",
"pretest": "npm install",
"test": "./node_modules/.bin/gulp",
"test-single-run": "./node_modules/.bin/gulp test",
"test-all-versions": "./node_modules/.bin/gulp test-all-versions"
}
}