Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim authored Feb 12, 2020
1 parent 174f7a8 commit d9c3788
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "easeljs",
"npmName": "easeljs",
"version": "0.8.0",
"description": "EaselJS is a library for building high-performance interactive 2D content in HTML5. It provides a feature-rich display list to allow you to manipulate and animate graphics. It also provides a robust interactive model for mouse and touch interactions.",
"main": "lib/easeljs.js",
"jsdelivr": "lib/easeljs.min.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"npmFileMap": [
{
"basePath": "lib",
"files": [
"**/*"
]
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/CreateJS/EaselJS.git"
},
"keywords": [
"canvas",
"webgl",
"graphics",
"animation",
"html5"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateJS/EaselJS/issues"
},
"homepage": "https://createjs.com/easeljs/"
}

0 comments on commit d9c3788

Please sign in to comment.