This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.9 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
72
73
74
75
76
77
78
79
{
"name": "waigo-plugin-admin",
"version": "2.1.0",
"description": "Administration UI for Waigo apps (plugin)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/waigo/admin.git"
},
"keywords": [
"waigo",
"waigoplugin",
"admin"
],
"author": "Ramesh Nair <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/waigo/admin",
"peerDependencies": {
"waigo": "^2.1.1"
},
"engines": {
"node": ">=4.0.0"
},
"engine-strict": true,
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/waigo/admin/issues"
},
"dependencies": {
"got": "^6.1.2"
},
"devDependencies": {
"babelify": "~6.3.0",
"browserify": "~11.0.1",
"clockmaker": "^2.0.0",
"codemirror": "^5.14.2",
"coffee-script": "^1.9.2",
"event-stream": "^3.3.0",
"font-awesome-stylus": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^0.4.5",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^1.0.5",
"gulp-server-livereload": "^1.7.1",
"gulp-stylus": "^2.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"lodash": "^4.12.0",
"mkdirp": "~0.3.5",
"mocha": "~1.14.0",
"moment": "^2.13.0",
"nib": "^1.1.0",
"pagination": "git://github.com/hiddentao/pagination.git",
"react": "^15.0.2",
"react-codemirror": "^0.2.6",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"reactify": "~1.1.1",
"run-sequence": "~1.1.2",
"rupture": "^0.6.1",
"vinyl-source-stream2": "~0.1.1",
"watchify": "~3.4.0",
"yargs": "^4.7.0"
},
"browserify": {
"transform": [
"babelify",
"reactify"
]
},
"browser": {
"react-router": "./node_modules/react-router/umd/ReactRouter.js",
"prism": "./public/lib/prism/prism.js"
}
}