antos-frontend/package.json
2017-08-07 00:49:24 +02:00

33 lines
703 B
JSON

{
"name": "antos",
"version": "0.0.1",
"description": "Web-based OS",
"main": "src/antos.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lxsang/antos.git"
},
"keywords": [
"OS",
"jquery",
"riot"
],
"author": "Xuan Sang LE",
"license": "MIT",
"bugs": {
"url": "https://github.com/lxsang/antos/issues"
},
"homepage": "https://github.com/lxsang/antos#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1"
}
}