-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "ml-highcharts-ng",
"version": "0.0.1",
"description": "AngularJS library for working with MarkLogic and Highcharts",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "^0.5.2",
"gulp-jshint": "^1.11.0",
"gulp-karma": "^0.0.4",
"gulp-minify-html": "^1.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-rm": "^1.0.0",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"jsdoc": "^3.3.1",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#887a5a5",
"karma": "^0.12.36",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-ng-json2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"phantomjs-polyfill": "0.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanjdew/ml-highcharts-ng.git"
},
"keywords": [
"AngularJS",
"MarkLogic",
"Highcharts"
],
"author": "Ryan Dew <[email protected]>",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/ryanjdew/ml-highcharts-ng/issues"
},
"homepage": "https://github.com/ryanjdew/ml-highcharts-ng"
}