This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
91 lines (91 loc) · 2.43 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
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "hylo",
"description": "A new kind of social network that helps real communities create, together.",
"version": "1.0.0",
"private": true,
"engines": {
"node": "0.12.7",
"npm": "2.14.7"
},
"devDependencies": {
"chai": "^2.1.2",
"grunt-contrib-watch": "latest",
"grunt-node-inspector": "^0.1.5",
"karma": "^0.12.24",
"karma-browserify": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.10",
"karma-phantomjs2-launcher": "~0.1",
"karma-spec-reporter": "0.0.16",
"mocha": "^2.2.1",
"node-static": "latest"
},
"dependencies": {
"async": "^0.9",
"aws-sdk": "^2.1.0",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"bower": "latest",
"branch-sdk": "^1.7.0",
"browserify-ngannotate": "^0.7.1",
"debowerify": "^1.3.1",
"dotenv": "^0.4.0",
"ejs": "^2.2.4",
"em-highlight": "Hylozoic/em-highlight",
"email-addresses": "^2.0.1",
"grunt": "0.4.5",
"grunt-angular-templates": "latest",
"grunt-browserify": "4.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-ejs": "^0.3.0",
"grunt-exec": "latest",
"grunt-extract-sourcemap": "0.1.16",
"grunt-notify": "latest",
"grunt-sync": "^0.2.3",
"heroku-client": "^2.0",
"html-linkify": "^1.2.0",
"html-truncate": "tildedave/nodejs-html-truncate#fix_end_truncation_behavior",
"load-grunt-tasks": "latest",
"lodash": "^3.8.0",
"marked": "^0.3.3",
"masonry-layout": "^3.3.0",
"medium.js": "levity/Medium.js#master",
"mime": "^1.3.4",
"moment-timezone": "^0.4.0",
"node-dir": "^0.1.6",
"node-uuid": "^1.4.3",
"pretty-date": "^0.2.0",
"rangy": "^1.3.0",
"request": "2.58.0",
"shelljs": "0.7.0",
"socket.io-client": "1.2.1",
"striptags": "^2.0.2"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"prune": "node_modules/.bin/bower prune",
"start": "grunt dev",
"start-local": "npm run dev",
"dev": "grunt dev",
"test": "karma start karma.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Hylozoic/hylo-frontend.git"
},
"standard": {
"global": [
"_",
"angular",
"format",
"AndroidBridge",
"FB",
"Rollbar"
]
}
}