Files: 798d22f70346b2550010f853c9c3582ae86e1f35 / package.json
267 bytesRaw
1 | { |
2 | "name": "js-prototype", |
3 | "version": "0.0.0", |
4 | "description": "", |
5 | "scripts": { |
6 | "test": "tape ./test_runner.js" |
7 | }, |
8 | "author": "mjbecze <mjbecze@gmail.com>", |
9 | "license": "ISC", |
10 | "dependencies": { |
11 | "es6-autobind": "^1.0.2", |
12 | "tape": "^4.5.1" |
13 | } |
14 | } |
15 |
Built with git-ssb-web