-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 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
{
"name": "dojo-dataviz",
"version": "2.0.0-pre",
"description": "Data visualization framework for Dojo 2",
"private": true,
"homepage": "https://dojo.io",
"bugs": {
"url": "https://github.com/dojo/dataviz/issues"
},
"license": "BSD-3-Clause",
"main": "main.js",
"files": [
"dist",
"src",
"typings.json"
],
"repository": {
"type": "git",
"url": "https://github.com/dojo/dataviz.git"
},
"scripts": {
"prepublish": "grunt peerDepInstall",
"test": "grunt test"
},
"peerDependencies": {
"@reactivex/rxjs": "5.0.0-beta.6",
"dojo-stores": "^2.0.0-alpha.3",
"dojo-core": "^2.0.0-alpha.15",
"dojo-compose": "^2.0.0-beta.13",
"dojo-has": "^2.0.0-alpha.5",
"dojo-shim": "^2.0.0-beta.2",
"dojo-widgets": "^2.0.0-alpha.10",
"immutable": "^3.8.1",
"maquette": "2.4.1"
},
"devDependencies": {
"codecov.io": "0.1.6",
"dojo-loader": ">=2.0.0-beta.7",
"dts-generator": "~1.7.0",
"glob": "^7.0.3",
"grunt": "~1.0.1",
"grunt-dojo2": ">=2.0.0-beta.16",
"grunt-text-replace": "^0.4.0",
"intern": "^3.2.3",
"istanbul": "^0.4.3",
"remap-istanbul": "^0.6.4",
"tslint": "^3.11.0",
"typescript": "~2.0.3"
}
}