-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 2.04 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
66
67
{
"name": "done-autorender",
"version": "2.6.3",
"description": "Autorender CanJS projects",
"main": "src/autorender.js",
"scripts": {
"build": "node build.js",
"build-test-prod": "node test/build.js",
"optimized-build-test": "node test/optimized-build.js",
"testee": "testee test/test.html --browsers firefox --reporter Spec",
"test": "npm run build-test-prod && npm run optimized-build-test && npm run testee",
"postpublish": "git push --tags && git checkout - && git push",
"release:pre": "npm version prerelease && npm publish --tag=pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"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": {
"can-component": "^4.5.2",
"can-define": "^2.0.0",
"can-dom-mutate": "^1.3.6",
"can-globals": "^1.2.0",
"can-route": "^4.1.0",
"can-route-pushstate": ">=4.0.0 <6.0.0",
"can-stache-route-helpers": "^1.1.1",
"can-test-helpers": "^1.1.1",
"funcunit": "^3.1.0",
"lodash.template": "^4.4.0",
"steal": "^2.0.0",
"steal-qunit": "^1.0.2",
"steal-tools": "^2.0.0",
"testee": "^0.8.1"
},
"homepage": "https://github.com/donejs/autorender",
"dependencies": {
"can-child-nodes": "^1.2.0",
"can-log": "^1.0.0",
"can-namespace": "^1.0.0",
"can-reflect": "^1.17.9",
"can-route": "^4.0.0",
"can-stache": "^4.17.3",
"can-stache-ast": "^1.1.0",
"can-stache-bindings": "^4.4.0",
"can-symbol": "^1.5.0",
"can-view-import": "^4.0.1",
"can-view-model": "^4.0.0",
"can-view-nodelist": "^4.3.3",
"can-view-scope": "^4.3.2",
"can-zone": "^0.6.0 || ^1.0.0",
"full-url": "^1.0.0",
"steal-config-utils": "^1.0.0",
"steal-stache": "^4.0.0"
}
}