forked from elementalui/elemental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "elemental",
"version": "0.5.11",
"description": "React UI Framework",
"main": "lib/Elemental.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elementalui/elemental.git"
},
"dependencies": {
"blacklist": "^1.1.2",
"classnames": "^2.2.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.1",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"history": "^1.17.0",
"isparta": "^3.0.4",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-component-gulp-tasks": "^0.7.7",
"react-dom": "^0.14.0",
"react-router": "1.0.3",
"rimraf": "^2.4.3",
"tap-xunit": "^1.3.1",
"tape": "^4.2.0",
"teaspoon": "^5.0.1"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp build",
"build:lib": "gulp build:lib",
"bump": "gulp bump",
"lint": "eslint ./",
"prepublish": "npm run build:lib",
"publish:npm": "gulp publish:npm",
"publish:site": "gulp publish:examples",
"publish:tag": "gulp publish:tag",
"publish:bower": "./scripts/bower.sh",
"release": "gulp release",
"site": "gulp dev:server",
"start": "gulp dev",
"watch": "gulp watch:lib",
"test": "babel-node test",
"precov": "rimraf coverage",
"cov": "babel-node node_modules/isparta/bin/isparta cover --report text --report html test"
},
"keywords": [
"react",
"react-component",
"ui",
"framework",
"controls",
"element",
"css",
"less"
]
}