-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "trmix",
"version": "1.1.0",
"description": "Type Rendering Mix",
"directories": {
"test": "test"
},
"repository": "[email protected]:bramstein/trmix.git",
"keywords": [],
"author": "Bram Stein <[email protected]> (http://www.bramstein.com)",
"license": "BSD",
"devDependencies": {
"assetgraph-builder": "~1.8.2",
"browserstack-test": "~0.2.10",
"expect.js": "^0.3.1",
"extend": "^1.2.1",
"grunt": "~0.4.1",
"grunt-closurecompiler": "~0.9.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-exec": "~0.4.2",
"localtunnel": "^1.3.0",
"mocha": "^1.19.0",
"mocha-browserstack": "~0.2.1"
}
}