-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 943 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
34
35
36
37
38
39
40
41
{
"name": "sequelize-compass",
"version": "0.0.1",
"description": "Realtime-generated admin panel for Sequelize ORM",
"main": "index.js",
"dependencies": {
"async": "^0.2.10",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-clean": "^0.6.0",
"grunt": "^0.4.5",
"jade": "^1.6.0",
"grunt-contrib-watch": "^0.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/finnishprince/sequelize-compass.git"
},
"keywords": [
"node",
"express",
"sequelize",
"orm",
"admin",
"django",
"admin",
"panel",
"admin",
"interface",
"dynamic"
],
"author": "Ilya Rusanen",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnishprince/sequelize-compass/issues"
},
"homepage": "https://github.com/finnishprince/sequelize-compass"
}