-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 926 Bytes
/
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
{
"name": "kuma-base",
"version": "1.20.1",
"description": "base for kuma",
"main": "index.js",
"scripts": {
"start": "gulp makefiles & gulp",
"pub": "gulp makefiles & gulp js-vars & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uxcore/kuma-base.git"
},
"author": "vincent.bian",
"license": "ISC",
"bugs": {
"url": "https://github.com/uxcore/kuma-base/issues"
},
"homepage": "https://github.com/uxcore/kuma-base#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.3.1",
"gulp-ejs": "^3.0.0",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-functions": "^1.0.0",
"less-plugin-glob": "^1.1.1",
"less-plugin-inline-urls": "~1.1.0",
"less-vars-to-js": "^1.2.1",
"object-assign": "^4.1.1",
"rimraf": "^2.6.2"
},
"dependencies": {}
}