mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 09:47:48 +10:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "postscribe",
|
|
"filename": "postscribe.min.js",
|
|
"description": "Asynchronously write javascript, even with document.write.",
|
|
"version": "1.1.2",
|
|
"keywords": ["document.write", "tag writer", "asynchronous", "javascript", "after load"],
|
|
"author": {
|
|
"name": "Derek Brans",
|
|
"email": "dbrans@gmail.com",
|
|
"web": "http://github.com/dbrans"
|
|
},
|
|
"contributors": [{
|
|
"name": "Derek Brans",
|
|
"email": "dbrans@gmail.com",
|
|
"web": "http://github.com/dbrans"
|
|
}, {
|
|
"name": "Nick Sullivan",
|
|
"email": "nick@sullivanflock.com",
|
|
"web": "http://creationeer.me"
|
|
},{
|
|
"name": "Joshua Newman",
|
|
"email": "joshua.newman@krux.com"
|
|
}],
|
|
"maintainers": [{
|
|
"name": "Joshua Newman",
|
|
"email": "joshua.newman@krux.com"
|
|
}],
|
|
"bugs": "https://github.com/krux/postscribe/issues",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "https://github.com/krux/postscribe/blob/master/LICENSE"
|
|
}],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:krux/postscribe.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": ">=0.4",
|
|
"phantomjs": "~1.9",
|
|
"grunt-cli": "~0.1",
|
|
"grunt-contrib-concat": "~0.3",
|
|
"grunt-contrib-jshint": "~0.7",
|
|
"grunt-contrib-qunit": "~0.3",
|
|
"grunt-contrib-uglify": "~0.2",
|
|
"grunt-contrib-watch": "~0.5",
|
|
"lodash": "~2.4",
|
|
"testem": "~0.5"
|
|
},
|
|
"homepage": "https://krux.github.com/postscribe",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"scripts": {
|
|
"lint": "grunt jshint",
|
|
"tdd": "grunt watch",
|
|
"test": "grunt"
|
|
}
|
|
}
|