j-gallery
Version:
a picture layout library
67 lines (66 loc) • 1.75 kB
JSON
{
"_from": "j-gallery@^1.2.0",
"_id": "j-gallery@1.2.1",
"_inBundle": false,
"_integrity": "sha1-DqRmLcJH0uohtrPAP+/PlApdwzI=",
"_location": "/j-gallery",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "j-gallery@^1.2.0",
"name": "j-gallery",
"escapedName": "j-gallery",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://r.cnpmjs.org/j-gallery/download/j-gallery-1.2.1.tgz",
"_shasum": "0ea4662dc247d2ea21b6b3c03fefcf940a5dc332",
"_spec": "j-gallery@^1.2.0",
"_where": "/Users/apple/Desktop/repo/gallery/example",
"author": {
"name": "jason",
"email": "Jason925645402@gmail.com"
},
"bugs": {
"url": "https://github.com/Jasonzj/Gallery/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "a picture layout library",
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.1",
"cssnano": "^3.10.0",
"mocha": "^3.5.0",
"postcss-cli": "^4.1.0",
"uglify-js": "^3.0.28"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/Jasonzj/Gallery#readme",
"keywords": [
"gallery"
],
"license": "MIT",
"main": "index.js",
"name": "j-gallery",
"repository": {
"type": "git",
"url": "git+https://github.com/Jasonzj/Gallery.git"
},
"scripts": {
"build": "rm -rf dist/*; postcss --use autoprefixer cssnano -o dist/gallery.min.css src/gallery.css --no-map; babel src/gallery.js | uglifyjs > dist/gallery.min.js",
"test": "mocha --recursive"
},
"version": "1.2.1"
}