forked from softindex/uikernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 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
44
45
46
{
"name": "uikernel",
"version": "0.16.1",
"license": "BSD",
"description": "UI library",
"keywords": [
"ui",
"uikernel",
"grid",
"forms",
"react"
],
"main": "./main",
"browser": "./browser",
"repository": "git@github.com:softindex/uikernel.git",
"scripts": {
"prepublish": "gulp bundle"
},
"dependencies": {
"react": "~0.13.3",
"regenerator": "~0.8.36",
"suspend": "~0.6.1",
"xhr": "~1.17.0"
},
"devDependencies": {
"browserify": "^10.2.4",
"browserify-shim": "^3.8.9",
"del": "~0.1.3",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.6.4",
"gulp": "~3.9.0",
"gulp-archiver": "^1.0.0",
"gulp-browserify": "^0.5.1",
"gulp-eslint": "^0.15.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jsdoc": "^0.1.4",
"gulp-jsxcs": "^0.1.9",
"gulp-licenser": "^1.0.0",
"gulp-plumber": "~0.6.6",
"gulp-react": "~2.0.0",
"gulp-regenerator": "~3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"merge-stream": "^1.0.0"
}
}