This repository was archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.35 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.35 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
55
56
57
58
{
"name": "elefranti",
"version": "0.2.2",
"description": "Elefrant: A javascript platform to create api servers.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Elefrant/elefrant"
},
"maintainers": [{
"name": "Marcos Sanz Latorre",
"email": "marcos.sanz@13genius.com",
"url": "http://mistersanz.com"
}],
"main": "server",
"keywords": [
"elefrant",
"elefrant.com",
"API",
"Server"
],
"scripts": {
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/elefrantio/bin/elefrant postinstall"
},
"engines": {
"node": ">=0.10.0",
"npm": "1.4.x",
"elefrant": "0.2.x"
},
"dependencies": {
"grunt-env": "^0.4.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-forever": "^0.4.5",
"load-grunt-tasks": "~1.0.0",
"elefrantio": "~0.2.4",
"sails-disk": "~0.10.3",
"elefrant-util": "~0.2.2"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt-notify": "~0.3.1",
"grunt-mocha-test": "~0.10.0",
"grunt-nodemon": "~0.3.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"time-grunt": "~1.0.0",
"grunt": "~0.4.0",
"mocha": "~1.18.2",
"should": "~3.2.0"
},
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/Elefrant/elefrant/issues"
},
"homepage": "https://github.com/Elefrant/elefrant"
}