...
|
...
|
@@ -18,22 +18,29 @@ |
|
|
"dependencies": {
|
|
|
"yoho.zepto": "1.1.60",
|
|
|
"yoho.jquery": "1.8.3",
|
|
|
"yoho.lazyload":"1.1.0",
|
|
|
"yoho.lazyload": "1.1.0",
|
|
|
"mlellipsis": "0.0.6",
|
|
|
"yoho.iswiper": "3.0.1",
|
|
|
"iscroll": "5.1.2"
|
|
|
"iscroll": "5.1.2",
|
|
|
"import-style": "1.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"expect.js": "0.3.1"
|
|
|
}
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"spm": "3",
|
|
|
"father": "^1.0.0",
|
|
|
"gulp": "^3.9.0",
|
|
|
"gulp-compass": "^2.1.0"
|
|
|
"gulp-compass": "^2.1.0",
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
"gulp-ftp": "^1.0.4",
|
|
|
"gulp-spm": "^0.11.3",
|
|
|
"gulp-uglify": "^1.4.2",
|
|
|
"gulp-util": "^3.0.6",
|
|
|
"spm": "3"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"test": "spm test",
|
|
|
"build": "spm build"
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|