moko-timestamps
Version:
timestamp plugin for Moko
31 lines (30 loc) • 684 B
JSON
{
"name": "moko-timestamps",
"version": "0.1.0",
"description": "timestamp plugin for Moko",
"main": "index.js",
"scripts": {
"test": "make test-once"
},
"repository": {
"type": "git",
"url": "git://github.com/MokoJs/timestamps"
},
"keywords": [
"moko",
"moko-plugin",
"timestamps"
],
"author": "Ryan Schmukler <ryan@slingingcode.com> (http://slingingcode.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MokoJs/timestamps/issues"
},
"homepage": "https://github.com/MokoJs/timestamps",
"devDependencies": {
"mocha": "~1.18.2",
"co-mocha": "0.0.4",
"moko": "~0.1.1",
"expect.js": "~0.3.1"
}
}