forked from donejs/autorender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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": "done-autorender",
"version": "0.9.0-pre.2",
"description": "Autorender CanJS projects",
"main": "autorender.js",
"scripts": {
"build": "node build.js",
"build-test-prod": "node test/build.js",
"testee": "testee test/test.html --browsers firefox --reporter Spec",
"test": "npm run build-test-prod && npm run testee"
},
"repository": {
"type": "git",
"url": "https://github.com/donejs/autorender.git"
},
"keywords": [
"StealJS",
"CanJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/donejs/autorender/issues"
},
"devDependencies": {
"funcunit": "^3.1.0",
"lodash.template": "^4.4.0",
"steal": ">=1.0.0-rc2",
"steal-qunit": "0.1.4",
"steal-tools": ">=1.0.0-rc2",
"testee": "^0.3.0"
},
"homepage": "https://github.com/donejs/autorender",
"system": {
"npmAlgorithm": "flat",
"directories": {
"lib": "src"
}
},
"peerDependencies": {
"can-component": ">=3.0.3",
"can-list": ">=3.0.1",
"can-map": ">=3.0.3",
"can-map-define": ">=3.0.1",
"can-route": ">=3.0.5",
"can-stache": ">=3.0.13",
"can-util": ">=3.0.13",
"can-view-import": ">=3.0.3",
"can-view-model": ">=3.1.2",
"can-zone": ">=0.6.0",
"steal-stache": ">=3.0.3"
}
}