forked from DanBricklin/socialcalc
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
42 lines (42 loc) · 973 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
38
39
40
41
42
{
"name": "socialcalc",
"version": "2.3.0",
"description": "Collaborative spreadsheet editor",
"main": "dist/SocialCalc.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelklehr/socialcalc.git"
},
"keywords": [
"spreadsheet",
"socialcalc",
"ethercalc",
"excel",
"calc",
"table",
"grid",
"cells",
"office",
"spreadsheets",
"editor"
],
"author": "Dan Bricklin",
"license": "(CPAL-1.0 AND Artistic-2.0 AND MPL-2.0)",
"bugs": {
"url": "https://github.com/marcelklehr/socialcalc/issues"
},
"homepage": "https://github.com/marcelklehr/socialcalc#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"gulp-uglify": "^3.0.0",
"gulp-concat": "^2.6.1",
"files-exist": "^1.0.2"
}
}