package.json
1.29 KB
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
{
"name": "yas-jssdk",
"version": "2.3.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": {
"import-style": "1.0.0",
"yoho.json2": "1.0.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"sinon": "1.6.0"
},
"buildArgs": "--include standalone"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.26.1",
"expect.js": "^0.3.1",
"gulp": "^3.8.11",
"gulp-ftp": "^1.0.3",
"gulp-jshint": "^1.9.2",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"sinon": "^1.17.7",
"spm": "3",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-uglify-parallel": "^0.1.3",
"yoho-json2": "^1.0.0"
},
"scripts": {
"build": "gulp build"
}
}