From 335ccfd348003c640ac08c87f24c19c75672b3bf Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 19 Aug 2017 18:08:27 -0700 Subject: [PATCH] 1.0.0 --- package.json | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 1082259..ee281f3 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,10 @@ { "name": "nanomap", - "version": "1.0.0", "description": "Functionally map data into DOM component instances", - "main": "index.js", - "scripts": { - "test": "run-s test:*", - "test:browser": "browserify test.js | tape-run | tap-format-spec", - "test:deps": "dependency-check .", - "test:lint": "standard", - "start": "budo example/complex/index.js --live --open", - "start:simple": "budo example/simple/index.js --live --open", - "start:test": "budo test.js --live --open" + "version": "1.0.0", + "author": "Bret Comnes", + "bugs": { + "url": "https://github.com/bcomnes/nanomap/issues" }, "devDependencies": { "@tap-format/spec": "^0.2.0", @@ -29,6 +23,30 @@ "twitter-component": "^1.0.0", "youtube-component": "^1.0.1" }, - "author": "Bret Comnes", - "license": "MIT" + "homepage": "https://github.com/bcomnes/nanoap#readme", + "keywords": [ + "bel", + "cache-component", + "choo", + "element", + "embed", + "map", + "nanocomponent", + "nanomorph" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/bcomnes/nanomap.git" + }, + "scripts": { + "start": "budo example/complex/index.js --live --open", + "start:simple": "budo example/simple/index.js --live --open", + "start:test": "budo test.js --live --open", + "test": "run-s test:*", + "test:browser": "browserify test.js | tape-run | tap-format-spec", + "test:deps": "dependency-check .", + "test:lint": "standard" + } }