-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"name": "creso-lib",
"version": "1.0.0",
"description": "Systema Creso library",
"main": "index.js",
"scripts": {
"mysql": "mysql -u root -p < schemas/creso_test.sql",
"test": "MYSQL_HOST=localhost MYSQL_USER=root MYSQL_PASSWORD=root MYSQL_DB=creso_test MYSQL_PORT=8889 mocha --recursive 'test/**/*.test.js'",
"test-ci": "mocha --recursive 'test/**/*.test.js'"
},
"author": "Claudio Procida <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/emeraldion/creso-lib.git"
},
"bugs": {
"url": "https://github.com/emeraldion/creso-lib/issues"
},
"homepage": "https://github.com/emeraldion/creso-lib#readme",
"dependencies": {
"adelia": "^1.0.2",
"bluebird": "^3.4.6",
"keymirror": "^0.1.1",
"lodash": "^4.17.2",
"request": "^2.79.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}