-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "js-library-map",
"version": "1.0.0",
"description": "js-library-map",
"main": "",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tejitak/js-library-map.git"
},
"author": "tejitak",
"license": "MIT",
"bugs": {
"url": "https://github.com/tejitak/js-library-map/issues"
},
"homepage": "https://github.com/tejitak/js-library-map",
"engines": {},
"dependencies": {
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"node-libs-browser": "^0.5.2",
"vue": "^0.11.10"
},
"peerDependencies": {},
"devDependencies": {
"del": "^1.1.1",
"envify": "^3.2.0",
"gulp": "^3.8.10",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^0.3.11",
"gulp-pleeease": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"gulp-stylus": "^1.3.4",
"gulp-uglify": "~1.0.2",
"gulp-webpack": "^1.2.0",
"insert-css": "^0.2.0",
"jquery": "^2.1.3",
"run-sequence": "^1.0.1",
"stylus": "^0.49.3",
"vue-loader": "^1.1.6",
"webpack": "^1.9.8",
"yargs": "^3.5.4"
}
}