UNPKG

1.36 kBJSONView Raw
1{
2 "name": "green-light",
3 "version": "0.4.7",
4 "author": "Jasper Haggenburg",
5 "description": "An opinionated (but complete) set of tools for functional testing",
6 "license": "ISC",
7 "homepage": "https://github.com/jpunt/green-light#readme",
8 "keywords": [
9 "testing",
10 "functional",
11 "tests",
12 "mocked-api",
13 "mocha",
14 "chai",
15 "jsdom"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/jpunt/green-light.git"
20 },
21 "bugs": {
22 "url": "https://github.com/jpunt/green-light/issues"
23 },
24 "main": "lib/index.js",
25 "scripts": {
26 "compile": "babel src --out-dir lib",
27 "prepublish": "rm -rf ./lib && npm run compile",
28 "test": "NODE_ENV=green-light mocha --compilers js:babel-register --timeout=5000",
29 "lint": "eslint . --max-warnings 0"
30 },
31 "devDependencies": {
32 "babel-cli": "^6.4.5",
33 "babel-core": "^6.7.4",
34 "babel-eslint": "^6.0.1",
35 "babel-preset-es2015": "^6.3.13",
36 "babel-register": "^6.5.1",
37 "eslint": "^3.7.1",
38 "express": "^4.13.4",
39 "mock-require": "^1.2.1"
40 },
41 "dependencies": {
42 "chai": "^3.5.0",
43 "command-line-args": "^2.1.4",
44 "glob": "^7.0.3",
45 "jsdom": "^9.0.0",
46 "lodash": "^4.3.0",
47 "mocha": "^2.4.5",
48 "mocked-api": "^0.6.5",
49 "node-fetch": "^1.4.1",
50 "promise-poller": "^1.3.0",
51 "terminate": "^1.0.8"
52 }
53}