UNPKG

antwar-interactive

Version:

Interactive extension for Antwar

39 lines (38 loc) 911 B
{ "name": "antwar-interactive", "description": "Interactive extension for Antwar", "author": "Juho Vepsalainen <bebraw@gmail.com>", "version": "0.29.3", "scripts": { "build": "rimraf ./dist && babel ./src --out-dir ./dist", "prepublish": "npm run build" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.6.0" }, "devDependencies": { "babel-cli": "^6.26.0", "rimraf": "^2.6.2" }, "peerDependencies": { "react": ">=0.13.* < 17.0.0" }, "repository": { "type": "git", "url": "https://github.com/antwarjs/antwar.git" }, "homepage": "https://github.com/antwarjs/antwar", "bugs": { "url": "https://github.com/antwarjs/antwar/issues" }, "main": "dist", "module": "dist", "jsnext:main": "dist", "keywords": [ "antwar", "interactive" ], "license": "MIT", "gitHead": "b6f8bf5e9ed111d6d59c2f7088d60b4d6066f08e" }