forked from ashish-chopra/angular-gauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
48
49
50
51
52
{
"name": "angularjs-gauge",
"version": "2.2.0",
"description": "A Gauge directive for Angular 1.x apps and dashboards",
"keywords": [
"angular",
"gauge",
"speedometer",
"js",
"dial",
"semi",
"full",
"arc"
],
"main": "dist/angularjs-gauge.js",
"scripts": {
"test": "gulp test",
"start": "gulp",
"build": "gulp build",
"test:watch": "gulp tdd",
"prepublish": "gulp prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/ashish-chopra/angular-gauge.git"
},
"author": "Ashish Chopra",
"license": "MIT",
"peerDependencies": {
"angular": ">= 1.4.14 <= 1.6.x"
},
"devDependencies": {
"angular": ">= 1.4.14 <= 1.6.x",
"angular-mocks": ">= 1.4.14 <= 1.6.x",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-header": "^1.8.8",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2"
}
}