UNPKG

pull2refresh

Version:
47 lines (46 loc) 1.3 kB
{ "name": "pull2refresh", "version": "1.0.2", "description": "Pull to refresh library", "main": "dist/pull2refresh.js", "types": "dist/pull2refresh.d.ts", "scripts": { "build": "./node_modules/.bin/rollup -c", "build:min": "./node_modules/.bin/rollup -c --environment BUILD:min", "lint": "./node_modules/.bin/tslint '{src,test}/**/*.ts'", "test": "./node_modules/.bin/mocha --require ts-node/register ./test/ts/**/*.spec.ts", "compile-example": "./node_modules/.bin/tsc --noEmit test/ts/example.ts" }, "repository": { "type": "git", "url": "git+https://github.com/kserin/pull2refresh.git" }, "keywords": [ "pull2refresh", "typescript", "ptr", "pull", "refresh", "javascript" ], "author": "Kevin SERIN", "license": "MIT", "bugs": { "url": "https://github.com/kserin/pull2refresh/issues" }, "homepage": "https://github.com/kserin/pull2refresh#readme", "devDependencies": { "@types/chai": "4.1.2", "@types/jsdom": "11.0.4", "@types/mocha": "2.2.47", "chai": "4.1.2", "jsdom": "11.6.1", "mocha": "5.0.0", "rollup": "0.56.2", "rollup-plugin-typescript2": "0.11.1", "rollup-plugin-uglify": "3.0.0", "ts-node": "4.1.0", "tslint": "5.9.1", "typescript": "2.7.2" } }