forked from dojo/compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "dojo-compose",
"version": "2.0.0-beta.11",
"description": "A composition library, which works well in a TypeScript environment.",
"homepage": "http://dojotoolkit.org",
"bugs": {
"url": "https://github.com/dojo/compose/issues"
},
"license": "BSD-3-Clause",
"main": "main.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dojo/compose.git"
},
"scripts": {
"prepublish": "grunt peerDepInstall",
"test": "grunt test"
},
"peerDependencies": {
"dojo-has": ">=2.0.0-alpha.4",
"dojo-shim": ">=2.0.0-alpha.4",
"dojo-core": ">=2.0.0-alpha.12"
},
"devDependencies": {
"@reactivex/rxjs": "5.0.0-beta.6",
"codecov.io": "0.1.6",
"dojo-loader": ">=2.0.0-beta.5",
"dts-generator": "~1.7.0",
"glob": "^7.0.3",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dojo2": ">=2.0.0-beta.16",
"grunt-release": "0.13.1",
"grunt-text-replace": "0.4.0",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^3.0.3",
"grunt-typings": ">=0.1.5",
"intern": "~3.2.3",
"istanbul": "0.4.3",
"remap-istanbul": ">=0.6.4",
"tslint": "next",
"typescript": "2.0.2"
}
}