Showing
1 changed file
with
53 additions
and
0 deletions
client/package.json
0 → 100644
1 | + | ||
2 | +{ | ||
3 | + "name": "yohobuy-portal", | ||
4 | + "version": "0.3.5", | ||
5 | + "description": "yohobuy-portal", | ||
6 | + "keywords": [], | ||
7 | + "homepage": "", | ||
8 | + "author": "demo", | ||
9 | + "repository": { | ||
10 | + "type": "git", | ||
11 | + "url": "" | ||
12 | + }, | ||
13 | + "spm": { | ||
14 | + "main": "index.js", | ||
15 | + "dependencies": { | ||
16 | + "jquery": "2.1.4", | ||
17 | + "import-style": "1.0.0", | ||
18 | + "yoho.handlebars": "3.0.3" | ||
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 | +} |
-
Please register or login to post a comment