socialcalc
Version:
Collaborative spreadsheet editor
43 lines (42 loc) • 973 B
JSON
{
"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"
}
}