forked from fin-hypergrid/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "fin-hypergrid",
"version": "0.2.12",
"description": "please enter a description in package.json",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"adm-zip": "^0.4.4",
"any-db": "^2.1.0",
"any-db-postgres": "^2.1.3",
"connect-livereload": "^0.5.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssbeautifier": "^0.1.2",
"grunt-express": "^1.4.1",
"grunt-html": "^3.0.0",
"grunt-http": "^1.5.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-open": "^0.2.3",
"grunt-prettify": "^0.4.0",
"grunt-shell": "^1.1.2",
"grunt-vulcanize": "^0.5.0",
"jshint": "^2.5.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"web-component-tester": "^2.0.1",
"websocket.io": "^0.2.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/stevewirts/fin-hypergrid.git"
},
"author": "stevewirts",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "",
"keywords": []
}