-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.4 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": "react-identification-card",
"version": "2.0.1",
"description": "Identification Standard Card(ISO/IEC 7810) Component that written in React.",
"main": "lib/index.js",
"scripts": {
"pretest": "npm run lib",
"test": "NODE_ENV=test ./node_modules/.bin/jasmine",
"lib": "babel src -d lib",
"prebuild": "mkdir -p lib",
"build": "npm run lib",
"prepublish": "npm run lib",
"example": "webpack-dev-server --inline --content-base ./example"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/weflex/react-identification-card.git"
},
"keywords": [
"react",
"react-component"
],
"author": "Yorkie Liu <yorkiefixer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weflex/react-identification-card/issues"
},
"homepage": "https://github.com/weflex/react-identification-card#readme",
"devDependencies": {
"babel-core": "6.0.20",
"babel-loader": "6.0.1",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"cheerio": "0.20.0",
"jasmine": "2.4.1",
"less-loader": "2.2.3",
"react": "0.14.7",
"react-binding-component": "1.0.3",
"react-dom": "0.14.7",
"react-hot-loader": "1.3.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.1"
},
"dependencies": {
"react-dashed-box": "^1.0.1"
}
}