-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "grid-component",
"version": "0.11.1",
"description": "Grid Component",
"main": "src/grid-component.js",
"scripts": {
"build": "steal-tools",
"lint": "semistandard",
"lint:fix": "semistandard --fix",
"preversion": "npm run lint && npm test",
"release:patch": "npm version patch && make publish",
"release:minor": "npm version minor && make publish",
"release:major": "npm version major && make publish",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run lint && npm run testee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icanjs/grid-component.git"
},
"author": "Bitovi",
"license": "ISC",
"bugs": {
"url": "https://github.com/icanjs/grid-component/issues"
},
"steal": {
"plugins": [
"steal-less"
]
},
"homepage": "https://github.com/icanjs/grid-component#readme",
"dependencies": {
"can-component": "^4.0.0",
"can-compute": "^4.0.0",
"can-construct": "^3.0.0",
"can-define": "^2.0.0",
"can-queues": "^1.0.0",
"can-stache": "^4.0.0",
"can-stache-bindings": "^4.0.0",
"can-util": "^3.0.0",
"can-view-autorender": "^4.0.0",
"can-view-model": "^4.0.0",
"lodash": ">=3.0.0",
"steal": "^1.6.0",
"steal-less": "^1.0.0",
"steal-stache": "^4.0.0"
},
"devDependencies": {
"babel-polyfill": "^6.16.0",
"can-connect": "^2.0.4",
"can-fixture": "^2.0.3",
"can-set": "^1.5.2",
"funcunit": "^3.2.2",
"grid-filter": "^0.5.4",
"jquery": "^3.3.1",
"multi-select": "^0.3.4",
"semistandard": "^12.0.1",
"steal-qunit": "1.0.1",
"steal-tools": "1.11.5",
"testee": "^0.7.0"
}
}