-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 845 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": "react-presentational",
"version": "1.6.0",
"description": "Create direactory and files for a presentational component",
"main": "index.js",
"bin": {
"react-presentational": "./bin/index.js"
},
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunitJindal/react-presentational.git"
},
"author": "Sunit Jindal",
"license": "MIT",
"bugs": {
"url": "https://github.com/sunitJindal/react-presentational/issues"
},
"homepage": "https://github.com/sunitJindal/react-presentational#readme",
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"jest": "^20.0.4"
},
"dependencies": {
"command-line-args": "4.0.6"
}
}