-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
47
48
49
{
"name": "contwidgetor-ui",
"version": "0.0.3",
"description": "Widget for contwidgetor",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --compilers js:babel-core/register tests/",
"prepublish": "./node_modules/.bin/babel -d lib src/"
},
"author": "Jeremy Dagorn",
"bugs": {
"url" : "https://github.com/jrm2k6/contwidgetor-ui/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jrm2k6/contwidgetor-ui"
},
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1",
"moment": "^2.10.6",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-transform-react-jsx": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"mocha": "^2.3.4",
"jest": "^0.1.40"
},
"files": [
"src/",
"lib/",
"tests/",
"Example/",
"LICENSE"
],
"keywords": [
"react",
"github",
"bitbucket",
"open-source",
"react-component"
]
}