-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.23 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "can-view-live",
"version": "5.0.5",
"description": "",
"homepage": "https://canjs.com/doc/can-view-live.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-view-live.git"
},
"author": {
"name": "Bitovi",
"email": "[email protected]",
"url": "http://bitovi.com"
},
"scripts": {
"ci": "npm test && node test/sauce-labs.js",
"http-server": "http-server -p 3000 --silent",
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint test/*.js lib/*.js --config",
"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",
"build": "node build.js",
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-view-live",
"keywords": [
"CanJS",
"DoneJS"
],
"steal": {
"main": "can-view-live",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"documentjs",
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
]
},
"dependencies": {
"can-attribute-observable": "^2.0.0",
"can-child-nodes": "^1.0.0",
"can-diff": "^1.5.0",
"can-dom-mutate": "^2.0.8",
"can-fragment": "^1.0.0",
"can-observation": "^4.2.0",
"can-queues": "^1.3.0",
"can-reflect": "^1.10.2",
"can-reflect-dependencies": "^1.0.1",
"can-simple-observable": "^2.0.0",
"can-symbol": "^1.4.1",
"can-view-callbacks": "^5.0.0",
"can-view-parser": "^4.0.0",
"can-view-target": "^5.0.0"
},
"devDependencies": {
"can-define": "^2.0.0",
"can-globals": "^1.2.0",
"can-simple-map": "^4.0.0",
"can-test-helpers": "^1.1.4",
"detect-cyclic-packages": "^1.1.0",
"done-serve": "^3.3.1",
"http-server": "^0.10.0",
"jshint": "^2.9.1",
"steal": "^1.12.6",
"steal-qunit": "^2.0.0",
"test-saucelabs": "0.0.6",
"testee": "^0.9.0"
}
}