-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "can-list",
"version": "4.2.3",
"description": "Observable lists",
"homepage": "http://canjs.com",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"url": "http://bitovi.com"
},
"scripts": {
"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 ./*.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",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-list",
"keywords": [
"canjs",
"canjs-plugin",
"donejs"
],
"system": {
"configDependencies": [
"live-reload"
],
"npmAlgorithm": "flat"
},
"dependencies": {
"can-assign": "^1.1.1",
"can-cid": "^1.1.2",
"can-construct": "^3.2.1",
"can-event-queue": "<2.0.0",
"can-namespace": "^1.0.0",
"can-observation-recorder": "<2.0.0",
"can-observation": "^4.0.0",
"can-reflect": "^1.7.2",
"can-simple-observable": "^2.0.0",
"can-stache-key": "^1.0.0",
"can-symbol": "^1.4.1",
"can-types": "^1.1.0",
"can-compute": "^4.0.0",
"can-queues": "<2.0.0",
"can-map": "^4.0.0"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",
"steal": "^1.2.9",
"steal-qunit": "^2.0.0",
"steal-tools": "^1.1.2",
"testee": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-list.git"
}
}