1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00
TableFilter/libs/almond/package.json

30 lines
724 B
JSON
Raw Normal View History

2014-11-01 12:52:59 +01:00
{
2015-04-27 16:26:59 +02:00
"name": "almond",
"description": "A minimal AMD API implementation for use in optimized browser builds.",
"version": "0.3.1",
"homepage": "http://github.com/jrburke/almond",
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
"repository": {
"type": "git",
"url": "git://github.com/jrburke/almond.git"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/jrburke/almond/blob/master/LICENSE"
2014-11-01 12:52:59 +01:00
},
2015-04-27 16:26:59 +02:00
{
"type": "MIT",
"url": "https://github.com/jrburke/almond/blob/master/LICENSE"
2014-11-01 12:52:59 +01:00
}
2015-04-27 16:26:59 +02:00
],
"main": "almond.js",
"engines": {
"node": ">=0.4.0"
},
"devDependencies": {
"connect": "^3.3.4",
"serve-static": "^1.9.1"
}
2014-11-01 12:52:59 +01:00
}