-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.14 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "meanio",
"version": "0.6.16",
"description": "Extracted functionality for MEAN.io",
"author": {
"name": "linnovate"
},
"contributors": [
{
"name": "Lior Kesos",
"mail": "[email protected]"
},
{
"name": "Yonatan Ellman",
"mail": "[email protected]"
},
{
"name": "Drew Fyock",
"mail": "[email protected]"
}
],
"license": "MIT",
"main": "index",
"scripts": {
"preinstall": "node ./scripts/preinstall"
},
"repository": {
"type": "git",
"url": "https://github.com/linnovate/meanio.git"
},
"keywords": [
"mean",
"meanio",
"mean.io",
"mean-cli"
],
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies": {
"dependable": "^0.2.5",
"glob": "^4.0.3",
"lodash": "^2.4.1",
"mean-cli": "^0.9.6",
"mean-health": "~0.1.3",
"q": "^1.0.1",
"request": "^2.47.0",
"swig": "^1.3.2",
"uglify-js": "^2.4.14"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.10.0",
"mocha": "^1.18.2",
"should": "^3.2.0"
}
}