-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
79 lines (79 loc) · 2.35 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "FlairHQ",
"version": "2.8.0",
"description": "A project to allow easy adding of flair applications for subreddits (focusing initially on /r/pokemontrades) and easy moderation for moderators.",
"scripts": {
"start": "node ./node_modules/sails/bin/sails.js lift",
"test": "grunt test"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/yamanickill/flairhq.git"
},
"author": "YaManicKill",
"license": "Apache-2.0",
"keywords": [],
"dependencies": {
"angular": "^1.5.3",
"angular-bootstrap-npm": "^0.14.2",
"angular-spinner": "^0.7.0",
"angular-ui-mask": "~1.4.3",
"async": "~1.4.2",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.4",
"babelify": "6.3.0",
"bootstrap": "^3.3.5",
"chai": "^3.4.1",
"connect-mongo": "^0.8.2",
"crypto": "^0.0.3",
"ejs": "~2.5.5",
"grunt": "~0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-focus": "^0.1.1",
"grunt-mocha-test": "^0.12.7",
"grunt-sync": "~0.4.1",
"include-all": "~0.1.3",
"jquery-browserify": "^1.8.1",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"moment": "~2.19.3",
"ng-mask": "^3.0.12",
"node-cache": "^3.0.0",
"node-sha1": "^1.0.1",
"pako": "^0.2.8",
"passport": "^0.3.0",
"passport-reddit": "^0.2.4",
"q": "1.4.1",
"rc": "~1.1.2",
"regex": "^0.1.1",
"request": "~2.64.0",
"request-promise": "^1.0.2",
"sails": "~0.11.2",
"sails-disk": "~0.10.8",
"sails-hook-babel": "^5.0.1",
"sails-hook-schedule": "^0.2.2",
"sails-hook-winston": "^1.1.0",
"sails-mongo": "^0.11.4",
"sails.io.js": "^0.11.7",
"sha256": "^0.2.0",
"snudown-js": "^1.4.0",
"socket.io-browserify": "^0.9.6",
"socket.io-client": "^1.3.7"
},
"browser": {
"jquery": "jquery-browserify",
"node-jquery-deparam": "./node_modules/node-jquery-deparam/node-jquery-deparam.js",
"angular-mask": "./node_modules/ng-mask/dist/ngMask.js",
"angular-md": "./node_modules/angular-md/dist/angular-md.js",
"regex": "./assets/common/regexCommon.js"
}
}