Skip to content

Commit

Permalink
Added NPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
lannymcnie committed Sep 15, 2017
1 parent c1a3f66 commit 39e3246
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 1,14 @@
_assets
build
bower.json
dev
docs
examples
extras
icon.png
lib/**-NEXT**.js
spikes
src
tests
tutorials
VERSIONS.txt
41 changes: 41 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 1,41 @@
{
"name": "soundjs",
"npmName": "soundjs",
"version": "1.0.0",
"description": "A JavaScript library that provides a simple API, and powerful features to make working with audio a breeze. Easily ties in audio file loading to PreloadJS.",
"main": "soundjs.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"npmFileMap": [
{
"basePath": "lib",
"files": [
"**/*"
]
}
],
"repository": {
"type": "git",
"url": "git https://github.com/CreateJS/SoundJS.git"
},
"keywords": [
"createjs",
"soundjs",
"gskinner",
"javascript",
"audio",
"webaudio",
"html5",
"flash"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateJS/SoundJS/issues"
},
"homepage": "https://createjs.com/soundjs/"
}

0 comments on commit 39e3246

Please sign in to comment.