-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
36
{
"author": {
"name": [
"Victor Hsieh"
],
"email": "[email protected]"
},
"name": "zhutil",
"description": "Chinese utils",
"version": "0.6.7",
"repository": {
"type": "git",
"url": "git://github.com/victorhsieh/npm-zhutil.git"
},
"scripts": {
"prepublish": "./node_modules/.bin/lsc -cj package.ls\n./node_modules/.bin/lsc -cbo lib src",
"test": "./node_modules/.bin/lsc test/zhutil_test.ls",
"build": "node_modules/.bin/gulp --require LiveScript build"
},
"main": "lib/zhutil.js",
"engines": {
"node": "0.10.x",
"npm": "1.x"
},
"dependencies": {},
"devDependencies": {
"LiveScript": "1.1.x",
"gulp": "~3.6.1",
"gulp-livescript": "~0.2.1",
"gulp-wrap-exports": "~0.2.0",
"gulp-uglify": "~0.2.1",
"gulp-rename": "~1.2.0",
"gulp-clean": "~0.2.4"
},
"optionalDependencies": {}
}