-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.75 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
60
61
62
63
64
65
66
67
68
{
"author": "First Last <[email protected]>",
"name": "mean-company",
"version": "0.0.0",
"description": "my really cool app!",
"homepage": "https://github.com/mygithubhandlehere/mean-company",
"dependencies": {
"async": "1.5.0",
"body-parser": "1.14.1",
"compression": "1.6.0",
"cookie-parser": "1.4.0",
"crypto": "0.0.3",
"errorhandler": "1.4.2",
"express": "4.13.3",
"googleapis": "2.1.6",
"lodash": "3.10.1",
"method-override": "2.3.5",
"moment": "2.10.6",
"mongodb": "1.4.31",
"morgan": "1.6.1",
"node-fs": "0.1.7",
"node-mandrill": "1.0.1",
"node-twitter-api": "1.6.2",
"q": "1.4.1",
"qs": "5.2.0",
"request": "2.67.0",
"rpc.js": "0.4.3",
"socket.io": "1.3.7"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-buildfiles": "0.3.7",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch":"0.6.1",
"grunt-contrib-yuidoc": "0.10.0",
"grunt-dev-update": "1.4.0",
"grunt-exit": "1.0.0",
"grunt-focus": "0.1.1",
"grunt-font-awesome-vars":"1.0.1",
"grunt-forever-multi":"0.5.0",
"grunt-http":"1.6.0",
"grunt-istanbul-coverage":"0.1.1",
"grunt-jasmine-node-coverage-validation": "0.0.4",
"grunt-karma": "0.12.1",
"grunt-parallel":"0.4.1",
"grunt-shell-spawn":"0.3.0",
"istanbul":"0.4.0",
"karma":"0.13.15",
"karma-coverage":"0.5.3",
"karma-jasmine":"0.3.6",
"karma-phantomjs-launcher":"0.2.1",
"protractor":"2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"engines":{
"node":"0.10.10"
}
}