forked from willsoto/angular-chartist.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.36 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
52
53
54
{
"name": "angular-chartist.js",
"version": "3.0.3",
"description": "Angular directive for Chartist.js",
"main": "dist/angular-chartist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/paradox41/angular-chartist.js"
},
"keywords": [
"angular",
"chartist.js",
"directive"
],
"author": "Will",
"license": "MIT",
"bugs": {
"url": "https://github.com/paradox41/angular-chartist.js/issues"
},
"homepage": "https://github.com/paradox41/angular-chartist.js",
"devDependencies": {
"browser-sync": "^1.5.7",
"chai": "^1.10.0",
"conventional-changelog": "0.0.11",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-beautify": "^1.1.0",
"gulp-bump": "^0.1.11",
"gulp-connect": "^2.0.6",
"gulp-filter": "^1.0.2",
"gulp-git": "^0.5.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.1.0",
"gulp-uglify": "^0.3.1",
"gulp-wrap-umd": "^0.2.1",
"http": "0.0.0",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.28",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1"
},
"dependencies": {
"angular": "^1.3.8",
"chartist": "^0.7.1"
}
}