-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
50
51
52
53
54
55
56
57
{
"name": "react-domify",
"version": "0.2.6",
"description": "React Domify",
"main": "lib/DOMify.js",
"author": "Jed Watson",
"homepage": "https://github.com/JedWatson/react-domify",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-domify.git"
},
"bugs": {
"url": "https://github.com/JedWatson/react-domify/issues"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-keystone": "^2.1.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.1",
"react": "^15.0.0",
"react-component-gulp-tasks": "^0.7.7",
"react-dom": "^15.0.1"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"bump": "gulp bump",
"bump:major": "gulp bump:major",
"bump:minor": "gulp bump:minor",
"start": "gulp dev",
"examples": "gulp dev:server",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"publish:site": "gulp publish:examples",
"release": "gulp release",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"license": "MIT",
"readmeFilename": "README.md",
"keywords": [
"react",
"react-component",
"data",
"enum",
"enumerate",
"visualisation",
"json",
"debug",
"debugging"
]
}