-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.59 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
{
"name": "ps_tree",
"title": "Pyramid Tree",
"description": "Show pyramid_sacrud records as tree.",
"version": "0.0.1",
"homepage": "https://github.com/ITCase/ps_tree",
"author": {
"name": "ITCase",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:ITCase/ps_tree.git"
},
"bugs": "https://github.com/ITCase/ps_tree/issues",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"browser-sync": "^2.7.13",
"browserify": "^10.2.4",
"browserify-shim": "^3.8.9",
"gulp": "^3.9.0",
"gulp-batch": "~1.0.5",
"gulp-concat": "^2.6.0",
"gulp-css-base64": "^1.3.2",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-minify-css": "^1.2.0",
"gulp-modify-css-urls": "^0.2.0",
"gulp-newer": "^0.5.1",
"gulp-postcss": "^5.1.9",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"main-bower-files": "^2.8.2",
"minimist": "^1.1.1",
"postcss-css-variables": "^0.3.9",
"postcss-nested": "^0.3.2",
"postcss-opacity": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"browser": {
"jquery": "./ps_tree/static/js/vendor/jquery.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
}
}