-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.53 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
{
"name": "HackingYourWorkLife__Balance",
"version": "0.0.0",
"description": "",
"homepage": "https://tehfedaykin.github.io/HackingYourWorkLife__Balance/",
"subdomain": "",
"main": "js/reveal.js",
"scripts": {
"test": "grunt test",
"start": "grunt serve",
"build": "grunt",
"serve": "http-server",
"new-build": "webpack --progress --profile --colors"
},
"author": {
"name": "Jennifer Wadella",
"email": "jennifer.wadella@kcwomenintech.org",
"web": ""
},
"repository": {
"type": "git",
"url": "https://github.com/tehfedaykin/CodingWithJewelBots.git"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"css-loader": "^1.0.0",
"express": "~4.14.0",
"grunt": "~1.0.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-cli": "~1.2.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~1.0.0",
"grunt-retire": "~0.3.10",
"grunt-sass": "~1.2.0",
"grunt-zip": "~0.17.1",
"http-server": "^0.11.1",
"mustache": "~2.2.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"socket.io": "^1.4.8",
"style-loader": "^0.21.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
},
"license": "MIT",
"dependencies": {
"d3": "^5.0.0",
"lodash": "^4.17.10",
"npm": "^5.8.0",
"taucharts": "^2.1.0"
}
}