-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1023 Bytes
/
package.json
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
{
"name": "mirar-para-cuidar-tests",
"version": "0.0.1",
"description": "Tests para validar la API del TP 1er semestre 2016 de Arq2 de la UNQ - Mirar para cuidar",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npasserini/mirarParaCuidar-tests.git"
},
"keywords": [
"test",
"api"
],
"author": "npasserini",
"license": "ISC",
"bugs": {
"url": "https://github.com/npasserini/mirarParaCuidar-tests/issues"
},
"homepage": "https://github.com/npasserini/mirarParaCuidar-tests#readme",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"mocha": "^2.4.5",
"should": "^8.3.1",
"should-http": "0.0.4",
"supertest": "^1.2.0"
}
}