-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 747 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 747 Bytes
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
{
"name": "rule",
"version": "1.2.0",
"description": "Coffeescript friendly css selector based templating",
"keywords": [
"coffeescript",
"template",
"templating",
"css",
"selector",
"mapping",
"pure",
"dom",
"manipulation"
],
"homepage": "http://www.rulejs.com",
"author": "Tim Etler <tmetler@gmail.com> (http://www.timetler.com)",
"main": "./rule.js",
"repository": {
"type": "git",
"url": "git@github.com:etler/rule.git"
},
"dependencies": {
"sub": "^1.0.0"
},
"devDependencies": {
"coffee-script": "1.4.0",
"expect.js": "0.2.0",
"mocha": "1.11.0"
},
"scripts": {
"prepublish": "cake build",
"test": "cake all && mocha"
},
"license": "MIT"
}