-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
39
40
41
42
43
44
45
46
47
{
"name": "mise-sugar",
"version": "0.0.0",
"description": "An isomorphic model interface for wrapping CRUD in mise.js apps.",
"main": "lib/sugar.js",
"scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks test/lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/misejs/sugar.git"
},
"keywords": [
"model",
"mise.js",
"CRUD"
],
"author": "Jesse Ditson <jesse.ditson@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/misejs/sugar/issues"
},
"homepage": "https://github.com/misejs/sugar",
"dependencies": {
"body-parser": "^1.10.0",
"express": "^4.10.3",
"express-layout": "misejs/express-layout#views_array_support",
"express-resource": "misejs/express-resource#housekeeping",
"jquery-browserify": "^1.8.1",
"mise-model": "~0.0.1",
"mise-sugar": "~0.0.1",
"mongo-wrapper": "~0.0.28",
"pluralize": "~1.1.0",
"superagent": "~0.21.0",
"superagent-prefix": "~0.0.2"
},
"devDependencies": {
"async": "^0.9.0",
"eggs": "0.0.0",
"express": "~4.10.2",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.2",
"gulp-inject": "^1.0.2",
"mocha": "~2.0.1"
}
}