-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "react-ruby",
"version": "1.0.0",
"description": "React component for ruby tag",
"main": "dist/Ruby.js",
"scripts": {
"prepublish": "babel src --out-dir dist",
"format": "prettier-standard 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgtLucas/react-ruby.git"
},
"keywords": [
"reactjs",
"react",
"html",
"ruby",
"react-component"
],
"author": "Lucas",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgtLucas/react-ruby/issues"
},
"homepage": "https://github.com/AgtLucas/react-ruby#readme",
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"prettier-standard": "^5.0.0",
"standard": "^10.0.2"
}
}