Files
openproject/package.json
T

16 lines
410 B
JSON
Raw Normal View History

2014-11-28 21:25:39 +01:00
{
"name": "openproject",
"version": "0.1.0",
"scripts": {
"postinstall": "cd frontend && npm install",
"test": "cd frontend && npm test && cd ..",
2016-04-26 07:56:31 +02:00
"karma": "cd frontend && npm run karma && cd ..",
"webpack": "cd frontend && npm run webpack && cd ..",
"webpack-watch": "cd frontend && npm run webpack-watch"
2014-11-28 21:25:39 +01:00
},
2016-10-07 18:12:25 +02:00
"private": true,
"dependencies": {
"typescript": "^2.0.3"
}
2014-11-28 21:25:39 +01:00
}