uppy/website/package.json
Harry Hedger ad79f6687d Google Drive (#80)
* Added two more unit tests for GoogleDrive.  Prettified test reporting.  Added 'every' and 'groupBy' utils.

* GoogleDrive state/rendering. Env variable file. Add state to core.

* corrected small lint errors.
2016-04-08 08:26:06 +02:00

43 lines
No EOL
1.2 KiB
JSON

{
"name": "uppy.io",
"version": "0.0.1",
"private": true,
"hexo": {
"version": "3.2.0"
},
"dependencies": {
"autoprefixer": "6.3.6",
"hexo": "3.2.0",
"hexo-browsersync": "0.2.0",
"hexo-deployer-git": "0.1.0",
"hexo-generator-archive": "0.1.4",
"hexo-generator-category": "0.1.3",
"hexo-generator-index": "0.2.0",
"hexo-generator-tag": "0.2.0",
"hexo-renderer-ejs": "0.2.0",
"hexo-renderer-marked": "0.2.10",
"hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss#afca2bc12f5816067b15a9d24017c70e077b9f0b",
"hexo-renderer-scss": "1.0.1",
"hexo-server": "0.2.0",
"hexo-tag-emojis": "2.0.1",
"hexo-util": "0.5.3",
"js-yaml": "3.5.5",
"mkdirp": "0.5.1",
"postcss-svg": "https://github.com/kvz/postcss-svg#9239b6dd4ab0dc3ef37f41c9cbc0e23d25549c7b",
"uuid": "2.0.1"
},
"devDependencies": {
"browserify": "13.0.0",
"chalk": "1.1.3",
"documentation": "4.0.0-beta2",
"eslint-config-standard": "5.1.0",
"eslint-plugin-standard": "1.3.2",
"eslint": "2.7.0",
"glob": "7.0.3",
"mdast-util-inject": "1.1.0",
"multi-glob": "1.0.1",
"node-notifier": "4.5.0",
"remark": "4.2.0",
"watchify": "3.7.0"
}
}