This repository has been archived by the owner. It is now read-only.
forked from feathersjs/feathers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "feathers",
"description": "An ultra scalable, feather weight, data oriented framework",
"version": "0.2.0",
"homepage": "http://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"keywords": [
"feathers",
"REST",
"socket.io",
"realtime"
],
"author": "Feathers <[email protected]> (http://feathersjs.com)",
"contributors": [
"Eric Kryski <[email protected]> (http://erickryski.com)",
"David Luecke <[email protected]> (http://neyeon.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"main": "lib/feathers",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt"
},
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {
"uberproto": "~ 1.1.0",
"express": "~ 3.4.0",
"rubberduck": "~0.2.0",
"underscore": "~1.5.0",
"socket.io": "~0.9.0"
},
"devDependencies": {
"request": "~2.21.0",
"socket.io-client": "~0.9.11",
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-release": "~0.5.1",
"mocha": "~1.11.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-simple-mocha": "~0.4.0",
"grunt-jsbeautifier": "~0.2.2"
}
}