package.json
877 Bytes
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
{
"name": "yas-jssdk",
"version": "1.0.8",
"description": "YOHO!采集系统的前端js的开发包",
"keywords": ["YOHO!", "Acquisition", "System", "JS-SDK"],
"homepage": "",
"author": "hbomb <qiqi.zhou@yoho.cn>",
"repository": {
"type": "git",
"url": "git@git.dev.yoho.cn:web/yas-jssdk.git"
},
"bugs": {
"url": ""
},
"dependencies": {
"log4js": "0.6.x",
"express": "4.x.x"
},
"licenses": "MIT",
"spm": {
"main": "yas.js",
"dependencies": {},
"devDependencies": {
"expect.js": "0.3.1",
"sinon": "1.6.0"
},
"buildArgs": "--include standalone"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-ftp": "^1.0.3",
"gulp-jshint": "^1.9.2",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}