popin
Version:
Create your custom popin
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "popin",
"version": "2.3.8",
"description": "Create your custom popin",
"main": "lib/popin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "./node_modules/.bin/jsdoc lib/popin.es6.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexisBranlant/popin.git"
},
"keywords": [
"popin",
"vanillajs",
"custom"
],
"author": {
"name": "Alexis Branlant"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^5.6.3",
"babel-loader": "^5.1.4",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-babel": "*",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-jsdoc": "^0.1.4",
"gulp-minify-css": "^1.1.6",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"node-libs-browser": "^0.5.2",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.9.11"
},
"_npmVersion": "2.8.3",
"_nodeVersion": "1.8.1",
"dependencies": {}
}