yjs/package.json
2014-07-29 21:29:10 +02:00

46 lines
1001 B
JSON

{
"name": "JACK",
"version": "0.0.0",
"description": "Just Another Collaboration frameworK",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/DadaMonad/JACK"
},
"keywords": [
"OT",
"Complex",
"Data",
"Structures",
"XML",
"collaboration"
],
"author": "Kevin Jahns",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/DadaMonad/JACK/issues"
},
"homepage": "https://github.com/DadaMonad/JACK",
"dependencies": {
"underscore": "^1.6.0"
},
"devDependencies": {
"grunt-contrib-coffee": "^0.10.1",
"grunt": "^0.4.5",
"sinon-chai": "^2.5.0",
"grunt-simple-mocha": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"chai": "^1.9.1",
"coffeeify": "^0.6.0",
"sinon": "^1.10.2",
"grunt-browserify": "^2.1.3",
"grunt-coffeelint": "0.0.10",
"mocha": "^1.20.1",
"browserify": "^4.2.0",
"grunt-codo": "^0.2.0"
}
}