package.json
1.35 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
{
"name": "boysmobile",
"version": "2.0.1",
"description": "YOHO!boys mobile端",
"keywords": [],
"homepage": "",
"author": "hbomb",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": "http://git.dev.yoho.cn/web/yohoboys-frontend/issues"
},
"spm": {
"main": "index.js",
"dependencies": {
"jquery": "1.7.2",
"yoho-tools": "0.0.1",
"yoho.swiper": "2.7.0",
"hammerjs": "2.0.4",
"jquery.autocomplete": "0.0.1",
"yoho-rotate2d": "0.0.1",
"lazyload": "1.9.4",
"jquery.imagesloaded": "0.0.2",
"import-style": "1.0.0"
},
"buildArgs": "--include all",
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-compass": "^2.0.3",
"gulp-concat": "^2.5.2",
"gulp-ftp": "^1.0.3",
"gulp-jshint": "^1.9.2",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"spm": "3",
"grunt": "^0.4.5",
"grunt-browser-sync": "^1.5.3",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^1.0.0"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}