forked from dojo/compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1006 Bytes
/
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
{
"name": "dojo-compose",
"version": "2.0.0-pre",
"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.6",
"dojo-shim": ">=2.0.0-beta.3",
"dojo-core": ">=2.0.0-alpha.16"
},
"devDependencies": {
"@reactivex/rxjs": "5.0.0-beta.6",
"@types/chai": "~3.4.0",
"@types/glob": "~5.0.0",
"@types/grunt": "~0.4.0",
"dojo-interfaces": ">=2.0.0-alpha.7",
"dojo-loader": ">=2.0.0-beta.7",
"grunt": "^1.0.1",
"grunt-dojo2": ">=2.0.0-beta.21",
"intern": "~3.4.1",
"tslint": "^3.15.1",
"typescript": "~2.1.4"
}
}