Skip to content

Commit

Permalink
Merge pull request #4143 from johan-gorter/master
Browse files Browse the repository at this point in the history
[author] [new] Added package.json for domplotter library, developed at https://github.com/johan-gorter/domplotter
  • Loading branch information
PeterDaveHello committed Dec 31, 2014
2 parents 9dd3452 + 1f053be commit 2dee220
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions ajax/libs/domplotter/1.3.1/domplotter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions ajax/libs/domplotter/package.json
@@ -0,0 +1,38 @@
{
"name": "domplotter",
"description": "Minimalistic Virtual DOM implementation which supports animated transitions",
"homepage": "http://johan-gorter.github.io/domplotter/",
"keywords": [
"virtual",
"dom",
"animation",
"transitions"
],
"version": "1.3.1",
"author": "Johan Gorter <johan@johangorter.com>",
"repository": {
"type": "git",
"url": "https://github.com/johan-gorter/domplotter"
},
"main": "dist/domplotter-min.js",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"filename": "domplotter.min.js",
"npmName": "domplotter",
"npmFileMap": [{
"basePath": "/dist/",
"files": [
"*.js"
]
}],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2"
}
}

0 comments on commit 2dee220

Please sign in to comment.