-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "vine-data-mining",
"version": "1.0.0",
"description": "",
"scripts": {
"postinstall": "./node_modules/.bin/tsd reinstall --overwrite --save",
"prestart": "./node_modules/.bin/tsc --project .",
"start": "node_modules/.bin/babel-node bin/src/index.js",
"watch": "nodemon -v &>/dev/null && nodemon -w bin -x 'node_modules/.bin/babel-node bin/src/index.js'",
"w": "npm run-script watch",
"pretest": "npm run-script prestart",
"test": "./node_modules/.bin/mocha --opts $([ $NODE_ENV == 'development' ] && echo '.mocha.dev.opts' || echo '.mocha.ci.opts')"
},
"repository": {
"type": "git",
"url": "https://github.com/markogresak/vine-data-mining"
},
"author": "Marko Gresak",
"license": "ISC",
"bugs": {
"url": "https://github.com/markogresak/vine-data-mining/issues"
},
"homepage": "https://github.com/markogresak/vine-data-mining",
"dependencies": {
"babel": "^5.4.7",
"body-parser": "^1.12.4",
"canihazip": "^1.0.1",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"es6-promise": "^2.1.1",
"express": "^4.12.4",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"orchestrate": "^0.4.3",
"performance-now": "^0.2.0",
"plotly": "^1.0.2",
"request": "^2.55.0",
"reverse-line-reader": "^0.2.6",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"tsd": "^0.6.0",
"typescript": "^1.5.0-beta"
}
}