Showing
1 changed file
with
117 additions
and
117 deletions
1 | -{ | ||
2 | - "name": "yoho-blk", | ||
3 | - "version": "0.0.1", | ||
4 | - "private": true, | ||
5 | - "description": "A New Yohoblk Project With Express", | ||
6 | - "repository": { | ||
7 | - "type": "git", | ||
8 | - "url": "http://git.yoho.cn/fe/yoho-blk.git" | ||
9 | - }, | ||
10 | - "scripts": { | ||
11 | - "start": "node app.js", | ||
12 | - "dev": "nodemon -e js,hbs -i public/ app.js", | ||
13 | - "online": "NODE_ENV=\"production\" node app.js", | ||
14 | - "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", | ||
15 | - "lint-js": "eslint -c .eslintrc --cache --fix .", | ||
16 | - "lint-css": "stylelint --config .stylelintrc public/scss/**/*.css", | ||
17 | - "precommit": "node lint.js", | ||
18 | - "test": "NODE_ENV=test nyc ./node_modules/.bin/ava", | ||
19 | - "posttest": "nyc report --reporter=html" | ||
20 | - }, | ||
21 | - "ava": { | ||
22 | - "tap": true, | ||
23 | - "require": [ | ||
24 | - "babel-register" | ||
25 | - ], | ||
26 | - "babel": { | ||
27 | - "presets": [ | ||
28 | - "es2015" | ||
29 | - ] | ||
30 | - } | ||
31 | - }, | ||
32 | - "license": "MIT", | ||
33 | - "dependencies": { | ||
34 | - "bluebird": "^3.4.0", | ||
35 | - "body-parser": "^1.15.0", | ||
36 | - "captchapng": "0.0.1", | ||
37 | - "connect-memcached": "^0.2.0", | ||
38 | - "connect-multiparty": "^2.0.0", | ||
39 | - "cookie-parser": "^1.4.3", | ||
40 | - "csurf": "^1.9.0", | ||
41 | - "express": "^4.13.1", | ||
42 | - "express-handlebars": "^3.0.0", | ||
43 | - "express-session": "^1.13.0", | ||
44 | - "influxdb-winston": "^1.0.1", | ||
45 | - "lodash": "^4.13.1", | ||
46 | - "md5": "^2.1.0", | ||
47 | - "memcached": "^2.2.2", | ||
48 | - "moment": "^2.13.0", | ||
49 | - "morgan": "^1.7.0", | ||
50 | - "oneapm": "^1.2.20", | ||
51 | - "passport": "^0.3.2", | ||
52 | - "passport-douban": "0.0.1", | ||
53 | - "passport-local": "^1.0.0", | ||
54 | - "passport-qq": "0.0.3", | ||
55 | - "passport-renren": "^0.1.3", | ||
56 | - "passport-sina": "^0.1.0", | ||
57 | - "passport-strategy": "1.x.x", | ||
58 | - "passport-weixin": "^0.1.0", | ||
59 | - "request": "^2.73.0", | ||
60 | - "request-promise": "^3.0.0", | ||
61 | - "serve-favicon": "^2.3.0", | ||
62 | - "uuid": "^2.0.2", | ||
63 | - "winston": "^2.2.0", | ||
64 | - "winston-daily-rotate-file": "^1.1.4", | ||
65 | - "xss": "^0.2.13", | ||
66 | - "yoho-node-lib": "0.0.45" | ||
67 | - }, | ||
68 | - "devDependencies": { | ||
69 | - "autoprefixer": "^6.3.6", | ||
70 | - "ava": "^0.15.2", | ||
71 | - "babel-preset-es2015": "^6.9.0", | ||
72 | - "babel-register": "^6.9.0", | ||
73 | - "eslint": "^2.12.0", | ||
74 | - "eslint-config-yoho": "^1.0.1", | ||
75 | - "gulp": "^3.9.1", | ||
76 | - "gulp-cssnano": "^2.1.2", | ||
77 | - "gulp-ftp": "^1.1.0", | ||
78 | - "gulp-postcss": "^6.1.0", | ||
79 | - "gulp-sourcemaps": "^2.0.0-alpha", | ||
80 | - "gulp-util": "^3.0.7", | ||
81 | - "handlebars-loader": "^1.3.0", | ||
82 | - "husky": "^0.11.4", | ||
83 | - "nodemon": "1.9.2", | ||
84 | - "nyc": "^6.6.1", | ||
85 | - "postcss-assets": "^4.0.1", | ||
86 | - "postcss-cachebuster": "^0.1.3", | ||
87 | - "postcss-calc": "^5.2.1", | ||
88 | - "postcss-center": "^1.0.0", | ||
89 | - "postcss-clearfix": "^1.0.0", | ||
90 | - "postcss-crip": "^2.0.0", | ||
91 | - "postcss-opacity": "^3.0.0", | ||
92 | - "postcss-position": "^0.5.0", | ||
93 | - "postcss-pxtorem": "^3.3.1", | ||
94 | - "postcss-short": "^1.4.0", | ||
95 | - "postcss-sprites": "^3.1.2", | ||
96 | - "postcss-use": "^2.0.2", | ||
97 | - "precss": "^1.4.0", | ||
98 | - "rewire": "^2.5.1", | ||
99 | - "shelljs": "^0.7.0", | ||
100 | - "stylelint": "^7.1.0", | ||
101 | - "stylelint-config-yoho": "^1.2.7", | ||
102 | - "webpack": "^1.13.1", | ||
103 | - "webpack-dev-server": "^1.14.1", | ||
104 | - "webpack-stream": "^3.1.0", | ||
105 | - "yoho-eventproxy": "^0.3.6", | ||
106 | - "yoho-handlebars": "^4.0.5", | ||
107 | - "yoho-jquery": "^1.12.4", | ||
108 | - "yoho-jquery-accordion": "0.0.2", | ||
109 | - "yoho-jquery-dotdotdot": "0.0.1", | ||
110 | - "yoho-jquery-lazyload": "^1.9.7", | ||
111 | - "yoho-jquery-nanoscroller": "0.0.1", | ||
112 | - "yoho-jquery-placeholder": "^2.3.1", | ||
113 | - "yoho-jquery-qrcode": "0.0.3", | ||
114 | - "yoho-json2": "^1.0.0", | ||
115 | - "yoho-slider": "0.0.2" | ||
116 | - } | ||
117 | -} | 1 | +{ |
2 | + "name": "yoho-blk", | ||
3 | + "version": "0.0.1", | ||
4 | + "private": true, | ||
5 | + "description": "A New Yohoblk Project With Express", | ||
6 | + "repository": { | ||
7 | + "type": "git", | ||
8 | + "url": "http://git.yoho.cn/fe/yoho-blk.git" | ||
9 | + }, | ||
10 | + "scripts": { | ||
11 | + "start": "node app.js", | ||
12 | + "dev": "nodemon -e js,hbs -i public/ app.js", | ||
13 | + "online": "NODE_ENV=\"production\" node app.js", | ||
14 | + "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", | ||
15 | + "lint-js": "eslint -c .eslintrc --cache --fix .", | ||
16 | + "lint-css": "stylelint --config .stylelintrc public/scss/**/*.css", | ||
17 | + "precommit": "node lint.js", | ||
18 | + "test": "NODE_ENV=test nyc ./node_modules/.bin/ava", | ||
19 | + "posttest": "nyc report --reporter=html" | ||
20 | + }, | ||
21 | + "ava": { | ||
22 | + "tap": true, | ||
23 | + "require": [ | ||
24 | + "babel-register" | ||
25 | + ], | ||
26 | + "babel": { | ||
27 | + "presets": [ | ||
28 | + "es2015" | ||
29 | + ] | ||
30 | + } | ||
31 | + }, | ||
32 | + "license": "MIT", | ||
33 | + "dependencies": { | ||
34 | + "bluebird": "^3.4.0", | ||
35 | + "body-parser": "^1.15.0", | ||
36 | + "captchapng": "0.0.1", | ||
37 | + "connect-memcached": "^0.2.0", | ||
38 | + "connect-multiparty": "^2.0.0", | ||
39 | + "cookie-parser": "^1.4.3", | ||
40 | + "csurf": "^1.9.0", | ||
41 | + "express": "^4.13.1", | ||
42 | + "express-handlebars": "^3.0.0", | ||
43 | + "express-session": "^1.13.0", | ||
44 | + "influxdb-winston": "^1.0.1", | ||
45 | + "lodash": "^4.13.1", | ||
46 | + "md5": "^2.1.0", | ||
47 | + "memcached": "^2.2.2", | ||
48 | + "moment": "^2.13.0", | ||
49 | + "morgan": "^1.7.0", | ||
50 | + "oneapm": "^1.2.20", | ||
51 | + "passport": "^0.3.2", | ||
52 | + "passport-douban": "0.0.1", | ||
53 | + "passport-local": "^1.0.0", | ||
54 | + "passport-qq": "0.0.3", | ||
55 | + "passport-renren": "^0.1.3", | ||
56 | + "passport-sina": "^0.1.0", | ||
57 | + "passport-strategy": "1.x.x", | ||
58 | + "passport-weixin": "^0.1.0", | ||
59 | + "request": "^2.73.0", | ||
60 | + "request-promise": "^3.0.0", | ||
61 | + "serve-favicon": "^2.3.0", | ||
62 | + "uuid": "^2.0.2", | ||
63 | + "winston": "^2.2.0", | ||
64 | + "winston-daily-rotate-file": "^1.1.4", | ||
65 | + "xss": "^0.2.13", | ||
66 | + "yoho-node-lib": "0.0.50" | ||
67 | + }, | ||
68 | + "devDependencies": { | ||
69 | + "autoprefixer": "^6.3.6", | ||
70 | + "ava": "^0.15.2", | ||
71 | + "babel-preset-es2015": "^6.9.0", | ||
72 | + "babel-register": "^6.9.0", | ||
73 | + "eslint": "^2.12.0", | ||
74 | + "eslint-config-yoho": "^1.0.1", | ||
75 | + "gulp": "^3.9.1", | ||
76 | + "gulp-cssnano": "^2.1.2", | ||
77 | + "gulp-ftp": "^1.1.0", | ||
78 | + "gulp-postcss": "^6.1.0", | ||
79 | + "gulp-sourcemaps": "^2.0.0-alpha", | ||
80 | + "gulp-util": "^3.0.7", | ||
81 | + "handlebars-loader": "^1.3.0", | ||
82 | + "husky": "^0.11.4", | ||
83 | + "nodemon": "1.9.2", | ||
84 | + "nyc": "^6.6.1", | ||
85 | + "postcss-assets": "^4.0.1", | ||
86 | + "postcss-cachebuster": "^0.1.3", | ||
87 | + "postcss-calc": "^5.2.1", | ||
88 | + "postcss-center": "^1.0.0", | ||
89 | + "postcss-clearfix": "^1.0.0", | ||
90 | + "postcss-crip": "^2.0.0", | ||
91 | + "postcss-opacity": "^3.0.0", | ||
92 | + "postcss-position": "^0.5.0", | ||
93 | + "postcss-pxtorem": "^3.3.1", | ||
94 | + "postcss-short": "^1.4.0", | ||
95 | + "postcss-sprites": "^3.1.2", | ||
96 | + "postcss-use": "^2.0.2", | ||
97 | + "precss": "^1.4.0", | ||
98 | + "rewire": "^2.5.1", | ||
99 | + "shelljs": "^0.7.0", | ||
100 | + "stylelint": "^7.1.0", | ||
101 | + "stylelint-config-yoho": "^1.2.7", | ||
102 | + "webpack": "^1.13.1", | ||
103 | + "webpack-dev-server": "^1.14.1", | ||
104 | + "webpack-stream": "^3.1.0", | ||
105 | + "yoho-eventproxy": "^0.3.6", | ||
106 | + "yoho-handlebars": "^4.0.5", | ||
107 | + "yoho-jquery": "^1.12.4", | ||
108 | + "yoho-jquery-accordion": "0.0.2", | ||
109 | + "yoho-jquery-dotdotdot": "0.0.1", | ||
110 | + "yoho-jquery-lazyload": "^1.9.7", | ||
111 | + "yoho-jquery-nanoscroller": "0.0.1", | ||
112 | + "yoho-jquery-placeholder": "^2.3.1", | ||
113 | + "yoho-jquery-qrcode": "0.0.3", | ||
114 | + "yoho-json2": "^1.0.0", | ||
115 | + "yoho-slider": "0.0.2" | ||
116 | + } | ||
117 | +} |
-
Please register or login to post a comment