-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.01 KB
/
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
34
35
36
37
38
{
"name": "hosted-apis",
"version": "0.0.1",
"description": "API Network Hosted APIs",
"main": "server.js",
"scripts": {
"test": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/LDEngine/hosted-apis.git"
},
"author": "Engine, Inc.",
"readmeFilename": "README.md",
"dependencies": {
"underscore": "~1.6.0",
"express": "~3.4.8",
"mongodb": "~1.3.23",
"grunt": "~0.4.4",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~0.6.4",
"grunt-copy": "~0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-less": "~0.11.0",
"grunt-jscs-checker": "~0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"personal-data-module": "0.0.4",
"passport": "~0.2.0",
"passport-facebook": "~1.0.3",
"passport-twitter": "~1.0.2",
"passport-google-oauth-offline": "0.2.x",
"imap": "0.7.x",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.4"
}
}