Download this file

package.json    40 lines (39 with data), 2.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "ModuleFE",
"version": "0.0.1",
"description": "",
"main": "src/JobexFE",
"scripts": {
"spec": "rm -f *.js && node_modules/.bin/mocha --require coffee-coverage/register-istanbul --compilers coffee:coffee-script/register --reporter spec tests/*.test.coffee && node_modules/.bin/istanbul report text-summary lcov",
"clean": "if [ $(find ./ -name \"*.js\" | grep -c -v node_modules) -gt 0 ]; then rm $(find ./ -name \"*.js\" | grep -v node_modules); fi",
"test": "rm -f *.js && node_modules/.bin/mocha --reporter spec --compilers coffee:coffee-script/register tests/*.test.coffee",
"htmlcov": "./node_modules/.bin/coffeeCoverage --initfile build/init.js --exclude node_modules,.git,tests --path abbr . . && node_modules/.bin/mocha --require build/init.js --reporter html-cov --compilers coffee:coffee-script/register tests/*.test.coffee > reports/coverage.html;if [ $(find ./ -name \"*.js\" | grep -c -v node_modules) -gt 0 ]; then rm $(find ./ -name \"*.js\" | grep -v node_modules); fi",
"lcov": "./node_modules/.bin/coffeeCoverage --initfile build/init.js --exclude node_modules,.git,tests,fr --path relative . . && node_modules/.bin/mocha --require build/init.js --reporter mocha-lcov-reporter --compilers coffee:coffee-script/register tests/*.test.coffee > reports/lcov.aux && sed -e \"s#SF:lib#SF:$PWD/lib#g\" reports/lcov.aux > reports/lcov.info;if [ $(find ./ -name \"*.js\" | grep -c -v node_modules) -gt 0 ]; then rm $(find ./ -name \"*.js\" | grep -v node_modules); fi"
},
"author": "dmachancoses@iti.es",
"dependencies": {
"body-parser": "^1.15.2",
"coffee-script": "1.10.0",
"component": "git+ssh://git@gitlab.iti.upv.es:iti_kumori_paas/component.git#STABILITY",
"express": "^4.14.0",
"http-message": "git+ssh://git@gitlab.iti.upv.es:iti_kumori_paas/http-message.git#STABILITY",
"path": "^0.12.7",
"q": "^1.3.0",
"url": "^0.11.0",
"util": "^0.10.3"
},
"devDependencies": {
"coffee-coverage": "1.0.1",
"coffeelint": "1.12.1",
"istanbul": "0.4.2",
"mocha": "^2.2.4",
"rimraf": "^2.4.3",
"should": "^6.0.1"
},
"engines": {
"node": "4.2.1"
},
"os": [
"linux"
]
}