UNPKG

607 BJSONView Raw
1{
2 "name": "example",
3 "version": "0.0.0",
4 "description": "hypernal example",
5 "main": "example.js",
6 "scripts": {
7 "test": "node-trap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/example.git"
12 },
13 "homepage": "https://github.com/thlorenz/example",
14 "dependencies": {},
15 "devDependencies": {
16 "ecstatic": "~0.4.2",
17 "mold-source-map": "~0.2.0"
18 },
19 "keywords": [],
20 "author": {
21 "name": "Thorsten Lorenz",
22 "email": "thlorenz@gmx.de",
23 "url": "http://thlorenz.com"
24 },
25 "license": "MIT",
26 "engine": {
27 "node": ">=0.6"
28 }
29}