liveinput
Version:
Input text auto changer
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "liveinput",
"version": "1.0.9",
"description": "Input text auto changer",
"author": "Vasilev Pyotr",
"homepage": "https://github.com/vahpetr/liveinput/",
"main": "dist/liveinput.js",
"keywords": [
"input",
"auto change"
],
"repository": {
"type": "git",
"url": "git://github.com/vahpetr/liveinput.git"
},
"bugs": {
"url": "https://github.com/vahpetr/liveinput/issues"
},
"scripts": {
"install": "npm install",
"build": "gulp",
"test": "karma start",
"copypast-test": "phantomjs tests/liveinput.copypaste.spec.js index.html"
},
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.0",
"gulp-gzip": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"phantomjs": "^1.9.15"
},
"license": "Apache-2.0"
}