forked from Esri/cedar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cedar",
"version": "0.3.0",
"description": "Visualization framework for the ArcGIS Platform",
"main": "index.js",
"scripts": {
"prepublish": "node -e \"require('grunt').tasks(['prepublish']);\"",
"start": "node -e \"require('grunt').tasks(['default']);\"",
"test": "node -e \"require('grunt').tasks(['test']);\""
},
"repository": {
"type": "git",
"url": "https://github.com/esri/cedar.git"
},
"keywords": [
"ArcGIS",
"Charting",
"Visualization",
"Vega",
"D3"
],
"author": "Esri DC",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/esri/cedar/issues"
},
"homepage": "https://github.com/esri/cedar",
"devDependencies": {
"assemble": "^0.4.37",
"grunt": "^0.4.2",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.4.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.8.1",
"grunt-karma": "^0.8.3",
"grunt-newer": "^0.7.0",
"grunt-releaseable": "0.0.12",
"grunt-s3": "^0.2.0-alpha.3",
"highlight.js": "^8.0.0",
"karma": "^0.12.16",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.1",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.0",
"karma-mocha-reporter": "^0.2.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"load-grunt-tasks": "^0.4.0",
"sinon": "^1.11.1",
"browserify": "~8.0.2"
},
"dependencies": {
"d3": "~3.5.6",
"underscore": "~1.7.0",
"vega": "~2.0.1"
}
}