-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (43 loc) · 1.19 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
{
"name": "cheetah",
"description": "Only the rows and columns being viewed are rendered, thus making this grid exceedingly fast to render.",
"version": "1.0.0",
"main": "index.js",
"keywords": [
"virtual",
"table",
"grid"
],
"repository": {
"type": "git",
"url": "https://github.com/skinnybrit51/cheetah"
},
"dependencies": {
"underscore": "^1.8.3",
"jquery": "^2.1.3",
"stand-in-order": "^1.0.9",
"elephant-ears": "^1.0.8"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-browserify": "~3.6.0",
"grunt-jshint2": "~2.4.5",
"grunt-jscs": "~1.6.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.9.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-simple-mocha": "~0.4.0",
"chai": "~2.2.0",
"jsdom": "~3.1.2",
"mocha": "~2.2.1",
"sinon": "~1.14.1",
"haml": "~0.4.3",
"hamlify-js": "~0.0.1"
},
"scripts": {
"test": "NODE_PATH=lib grunt test"
}
}