forked from DustinJSilk/gekkoga-plus-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
{
"name": "gekkoga",
"version": "2.0.0",
"description": "GA for Gekko",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gekkowarez/gekkoga.git"
},
"keywords": [
"gekkoga"
],
"author": "gekkowarez",
"license": "MIT",
"bugs": {
"url": "https://github.com/gekkowarez/gekkoga/issues"
},
"homepage": "https://github.com/gekkowarez/gekkoga#readme",
"dependencies": {
"array-sort": "^1.0.0",
"async": "^2.6.0",
"autoprefixer": "^7.2.4",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babelify": "^8.0.0",
"commander": "^2.12.2",
"copy-to-clipboard": "^3.0.8",
"cssnano": "^3.10.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"flatten-object": "^1.2.0",
"fs-extra": "^4.0.2",
"nodemailer": "^4.4.1",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-postcss": "^0.9.0",
"load-grunt-tasks": "^3.5.2",
"object-array-converter": "^1.0.1",
"pixrem": "^4.0.1",
"random-ext": "^2.6.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"toml-js": "0.0.8",
"uuid": "^3.1.0"
},
"devDependencies": {
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5"
}
}