-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "wickedgrid",
"version": "4.0.0a",
"description": "a wicked fast spreadsheet editor for the web",
"main": "wickedgrid.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"build": "node build.js",
"docs": "node build.js && rm -rf docs && node ./node_modules/documentation/bin/documentation.js build wickedgrid.js --github --output docs --format html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spreadsheets/WickedGrid.git"
},
"keywords": [
"spreadsheet",
"grid",
"fast",
"ajax",
"json",
"csv"
],
"author": "Robert Lee Plummer Jr. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Spreadsheets/WickedGrid/issues"
},
"homepage": "https://github.com/Spreadsheets/WickedGrid#readme",
"devDependencies": {
"mocha": "^2.5.3",
"uglify-js": "^2.6.4"
}
}