package.json
970 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
42
43
44
45
{
"name": "mobile",
"version": "2.0.1",
"description": "girlsmobile",
"keywords": [],
"homepage": "",
"author": "hbomb",
"repository": {
"type": "git",
"url": ""
},
"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 standalone",
"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"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}