forked from tomdionysus/foaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 814 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
33
{
"name": "foaas",
"version": "1.1.0",
"description": "Fuck Off As A Service",
"engines": {
"node": "latest"
},
"main": "lib/server.coffee",
"scripts": {
"start": "./node_modules/.bin/coffee lib/server.coffee",
"test": "./node_modules/.bin/jasmine-node --coffee spec"
},
"repository": "[email protected]:tomdionysus/foaas",
"author": "Tom Cully",
"license": "WTFPL",
"devDependencies": {
"jasmine-node": "latest",
"coffee-coverage": "latest"
},
"dependencies": {
"coffee-script" : "latest",
"express" : "latest",
"body-parser" : "latest",
"sanitizer": "latest",
"newrelic": "latest",
"xml-escape": "latest",
"request": "latest",
"i18next": "1.10.6",
"md5": "latest",
"underscore": "latest",
"method-override": "latest"
}
}