-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "essential-ui",
"description": "A collection of React components",
"main": "dist/index.js",
"version": "0.0.4",
"author": "Dominic Adams",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/domadams/essential-ui.git"
},
"scripts": {
"prepublish": "babel ./lib -d ./dist",
"hooks": "chmod +x hooks/*; cd .git/hooks && ln -sf ../../hooks/* .",
"nsp": "gulp nsp"
},
"engines": {
"node": ">=4.2.0"
},
"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.3",
"babel-runtime": "^5.8.29",
"css-loader": "^0.19.0",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-nsp": "^2.2.1",
"gulp-util": "^3.0.7",
"jsx-loader": "^0.13.2",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.6",
"webpack-stream": "^2.1.1"
},
"peerDependencies": {
"react": "^0.14.0"
},
"keywords": [
"react",
"react-component",
"ui",
"framework",
"element"
],
"bugs": {
"url": "https://github.com/domadams/essential-ui/issues"
},
"homepage": "https://github.com/domadams/essential-ui#readme"
}