Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 20, 2017
1 parent 7de7aa3 commit 335ccfd
Showing 1 changed file with 30 additions and 12 deletions.
42 changes: 30 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 335ccfd

Please sign in to comment.