Authored by weiqingting

Merge branch 'release/1.4' into develop

1 -{  
2 - "name": "yohobuy-portal",  
3 - "version": "0.2.1",  
4 - "description": "yohobuy-portal",  
5 - "keywords": [],  
6 - "homepage": "",  
7 - "author": "demo",  
8 - "repository": {  
9 - "type": "git",  
10 - "url": ""  
11 - },  
12 - "spm": {  
13 - "main": "index.js",  
14 - "dependencies": {  
15 - "jquery": "2.1.4",  
16 - "import-style": "1.0.0",  
17 - "yoho.handlebars": "3.0.3",  
18 - "yoho.bootstrap": "0.0.4"  
19 - },  
20 - "devDependencies": {  
21 - "expect.js": "0.3.1"  
22 - },  
23 - "buildArgs": "--idleading {{name}}"  
24 - },  
25 - "devDependencies": {  
26 - "crypto": "0.0.3",  
27 - "extract-text-webpack-plugin": "^1.0.1",  
28 - "gulp": "^3.9.1",  
29 - "gulp-autoprefixer": "^3.1.0",  
30 - "gulp-clean": "^0.3.1",  
31 - "gulp-concat": "^2.6.0",  
32 - "gulp-develop-server": "^0.5.0",  
33 - "gulp-ftp": "^1.1.0",  
34 - "gulp-md5": "^0.1.2",  
35 - "gulp-minify-css": "^1.2.4",  
36 - "gulp-plumber": "^1.1.0",  
37 - "gulp-rename": "^1.2.2",  
38 - "gulp-sass": "^2.0.4",  
39 - "gulp-uglify": "^1.5.2",  
40 - "gulp-util": "^3.0.7",  
41 - "webpack": "^1.12.13"  
42 - },  
43 - "scripts": {  
44 - "test": "spm test",  
45 - "build": "spm build"  
46 - },  
47 - "main": "app.js",  
48 - "directories": {  
49 - "example": "examples",  
50 - "test": "tests"  
51 - },  
52 - "license": "ISC"  
53 -}