-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 810 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
{
"name": "boilerplate-compiler",
"version": "1.0.3",
"description": "Boilerplate compiler",
"main": "index.js",
"dependencies": {
"boilerplate-sim": "^1"
},
"devDependencies": {
"graphviz": "~0.0.8",
"coffee-script": "^1.7.1",
"mocha": "^1.21.3"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec test.coffee",
"prepublish": "coffee -cm *.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/josephg/boilerplate-compiler.git"
},
"keywords": [
"boilerplate",
"compiler"
],
"author": "Joseph Gentle <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/josephg/boilerplate-compiler/issues"
},
"homepage": "https://github.com/josephg/boilerplate-compiler"
}