forked from tomdionysus/foaas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 685 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 685 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
{
"name": "foaas",
"version": "0.1.6",
"description": "Fuck Off As A Service",
"engines": {
"node": "0.10.33"
},
"main": "lib/server.coffee",
"scripts": {
"start": "./node_modules/.bin/coffee lib/server.coffee",
"test": "./node_modules/.bin/jasmine-node --coffee spec"
},
"repository": "git@github.com:tomdionysus/foaas",
"author": "Tom Cully",
"license": "WTFPL",
"devDependencies": {
"jasmine-node": "latest"
},
"dependencies": {
"coffee-script" : "1.9.0",
"express" : "3.0.0",
"sanitizer": "0.1.2",
"newrelic": "1.16.1",
"xml-escape": "1.0.0",
"request": "2.53.0",
"i18next": "1.7.9",
"MD5": "1.2.1"
}
}