-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.02 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
45
46
{
"name": "lazyspec",
"version": "2.1.3",
"description": "Generate minimal unit tests automatically",
"bin": {
"lazyspec": "./src/cli.js"
},
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turadg/lazyspec.git"
},
"keywords": [
"javascript",
"spec",
"test",
"jest"
],
"author": "Turadg Aleahmad",
"license": "ISC",
"bugs": {
"url": "https://github.com/turadg/lazyspec/issues"
},
"homepage": "https://github.com/turadg/lazyspec#readme",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babylon": "^6.14.1",
"glob": "^7.1.1",
"lodash": "^4.17.3",
"mkdirp": "^1.0.0",
"react": "^15.4.1",
"react-docgen": "^2.13.0",
"yargs": "^8.0.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"enzyme": "^2.7.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^19.0.1"
}
}