-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
53 lines (53 loc) · 1.27 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
53
{
"name": "CCC",
"version": "2.0.3",
"description": "Community Charting Library",
"main": "dist/pvc/pvc-d2.0.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webdetails/ccc.git"
},
"keywords": [
"Chart",
"SVG",
"VML",
"protovis",
"Pentaho",
"CTool"
],
"author": "WebDetails",
"license": "MPL-2",
"bugs": {
"url": "http://redmine.webdetails.org/projects/ccc/issues"
},
"devDependencies": {
"concat": "^1.0.3",
"jasmine-core": "^2.4.1",
"jsdoc": "^3.4.0",
"jsmin": "~1.0.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "0.1.x",
"karma-html-reporter": "0.2.x",
"karma-ie-launcher": "~0.1.1",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-junit-reporter": "^0.3.8",
"karma-mocha-reporter": "^1.1.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "0.2.x",
"karma-script-launcher": "~0.1.0",
"phantomjs-prebuilt": "^2.1.3",
"requirejs": "~2.3.6"
},
"dependencies": {}
}