-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 845 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"name": "@relinklabs/luminati",
"version": "0.0.8",
"description": "```",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha lib/**/*.spec.js",
"compile": "node_modules/babel-cli/bin/babel.js src -d lib -s inline",
"tdd": "node_modules/.bin/mocha src/**/*.spec.js --compilers js:babel-register --watch --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Relink/luminati.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Relink/luminati/issues"
},
"homepage": "https://github.com/Relink/luminati#readme",
"dependencies": {
"bluebird": "^3.3.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"nock": "^7.2.2",
"proxyquire": "^1.7.4"
}
}