package.json
1.14 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
{
"name": "yohogirls-frontend-web",
"version": "0.0.1",
"description": "yohogirls-frontend-web",
"keywords": [],
"homepage": "",
"author": "happyhour7 <happyhour7@163.com>",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"licenses": "MIT",
"spm": {
"main": "index.js",
"dependencies": {
"jquery": "~1.8.3",
"lazyload": "~1.9.6",
"yoho.swiper": "~2.7.0",
"yoho-idangerous.swiper": "~0.0.2",
"box": "~0.0.0",
"yoho-box": "~0.0.1",
"yoho-tools": "~0.0.4",
"yoho-tips": "~0.0.1",
"jquery-ui": "~1.11.1",
"mustache": "~2.0.0",
"jquery.autocomplete": "~0.0.2"
},
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-compass": "^2.0.4",
"gulp-concat": "^2.5.2",
"gulp-ftp": "^1.0.3",
"gulp-jshint": "^1.10.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
},
"dependencies": {
"compass": "^0.1.1"
}
}