-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "oj",
"version": "0.9.1",
"author": "Evan Moran <[email protected]>",
"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"
}
}