-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1009 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1009 Bytes
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
{
"name": "react-qrsvg",
"version": "0.1.5",
"description": "Render QR codes.",
"main": "./lib/index.js",
"dependencies": {
"qr.js": "0.0.0",
"lodash.omit": "~3.1.0"
},
"devDependencies": {
"babel-core": "~5.8.20",
"babel-plugin-object-assign": "~1.2.1",
"babel-eslint": "~4.0.5",
"mocha": "~2.2.5",
"eslint": "~0.24.0",
"babel": "~5.8.20",
"babel-plugin-espower": "~1.0.0",
"power-assert": "~0.11.0"
},
"scripts": {
"prepublish": "npm run build",
"build": "./node_modules/.bin/babel src --out-dir lib",
"test": "./node_modules/.bin/mocha --compilers js:babel/register --reporter min src/**/__tests__/**/*test*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-qrsvg.js.git"
},
"keywords": [
"qr",
"qrcode",
"react-component"
],
"author": "Matthew Dapena-Tretter <m@tthewwithanm.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-qrsvg.js/issues"
}
}