UNPKG

651 BJSONView Raw
1{
2 "name": "reun",
3 "version": "0.2.7",
4 "description": "client-side nodejs-like require using unpkg",
5 "main": "reun.js",
6 "scripts": {
7 "test": "true"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/solsort/reun.git"
12 },
13 "keywords": [
14 "browser",
15 "require"
16 ],
17 "author": "RasmusErik / solsort.com",
18 "license": "GPL-3.0",
19 "bugs": {
20 "url": "https://github.com/solsort/reun/issues"
21 },
22 "homepage": "http://reun.solsort.com",
23 "devDependencies": {
24 "eslint": "^3.15.0",
25 "live-server": "^1.2.0",
26 "uglify-js-harmony": "^2.6.2"
27 },
28 "dependencies": {
29 "direape": "^0.2.5"
30 }
31}