forked from ffissore/presentz.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.24 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
{
"name": "presentz.org",
"version": "1.0.0",
"dependencies": {
"connect": "git://github.com/senchalabs/connect.git",
"express": "git://github.com/visionmedia/express.git",
"dustjs-linkedin": "git://github.com/ffissore/dustjs.git",
"consolidate": "git://github.com/visionmedia/consolidate.js.git",
"coffee-script": ">= 1.3.3",
"underscore": ">= 1.3.3",
"underscore.string": "2.1.x",
"dateutil": ">= 0.1.0",
"moment": ">= 0.1.0",
"everyauth": "git://github.com/bnoguchi/everyauth.git",
"orientdb": "git://github.com/ffissore/node-orientdb.git",
"connect-orientdb": "git://github.com/ffissore/connect-orientdb.git",
"connect-assetmanager": ">= 0.0.1",
"connect-assetmanager-handlers": "git://github.com/ffissore/connect-assetmanager-handlers.git",
"slideshare": "git://github.com/adityab/node-slideshare.git",
"xml2json": ">= 0.2.4",
"accent-folding": "git://github.com/ffissore/accent-folding.git",
"xregexp": ">= 2.0.x"
},
"devDependencies": {
"mocha": ""
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script --reporter spec"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://www.gnu.org/copyleft/gpl.html"
}
]
}