control-freak-ide/server/nodejs/package.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

38 lines
938 B
JSON

{
"name": "nxapp",
"version": "0.1.1",
"description": "",
"keywords": [],
"dependencies": {
"mpanalytics": "^1.0.4",
"universal-ga": "^1.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cleanempty": "^1.0.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-copy": "^0.1.0",
"grunt-dojo": "^1.0.1",
"grunt-extend-config": "^0.9.5",
"grunt-jslint": "^1.1.14",
"grunt-shell": "1.1.2",
"grunt-ssh": "~0.12.8",
"load-grunt-config": "^0.19.1"
},
"optionalDependencies": {},
"main": "index",
"scripts": {
"test": "tsc && mocha build/test",
"build": "tsc",
"start": "node build/index.js",
"dev-server": "nodemon -w lib -x ts-node lib/index.ts",
"lint": "tslint lib/**/*.ts"
},
"modules": [],
"readme": "",
"readmeFilename": "Readme.md"
}