UNPKG

oj

Version:

A unified templating language for the people. Thirsty people.

39 lines (38 loc) 916 B
{ "name": "oj", "version": "0.9.1", "author": "Evan Moran <evan@evanmoran.com>", "license": "MIT", "description": "A unified templating language for the people. Thirsty people.", "homepage": "http://ojjs.org", "repository": { "type": "git", "url": "git://github.com/evanmoran/oj.git" }, "main": "oj.js", "keywords": [ "templating", "html", "css", "js", "jquery", "backbone" ], "dependencies": {}, "scripts": { "test": "mocha --reporter spec test/*.coffee", "testwatch": "mocha --watch --reporter spec test/*.coffee", "testwatchbail": "mocha --bail --watch --reporter spec test/*.coffee" }, "devDependencies": { "mocha": "latest", "chai": "latest", "async": "latest", "jsdom": "latest", "uglify-js": "latest", "underscore": "latest", "jquery": "latest", "backbone": "latest", "coffeescript": "latest" } }