forked from uberscientist/dermis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 876 Bytes
/
package.json
File metadata and controls
39 lines (38 loc) · 876 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
37
38
39
{
"name":"dermis",
"description":"Simple framework",
"version":"0.0.1",
"homepage":"http://github.com/wearefractal/dermis",
"repository":"git://github.com/wearefractal/dermis.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./index.js",
"dependencies":{
"coffee-script":"*"
},
"devDependencies":{
"mocha":"*",
"chai":"*",
"mocha-phantomjs":"*",
"requirejs":"*",
"uglify-js":"*",
"json2htmlcov": "*",
"shelljs": "*",
"express": "*",
"flour": "*",
"shelljs": "*",
"component": "*",
"lidoc": "*"
},
"scripts":{
"test":"make test"
},
"engines":{
"node":">= 0.4.0"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/wearefractal/dermis/raw/master/LICENSE"
}
]
}