-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
{
"name": "time",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codyogden/time.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codyogden/time/issues"
},
"homepage": "https://github.com/codyogden/time",
"dependencies": {
"alasql": "^0.3.3",
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"angular-xeditable": "^0.5.0",
"angularfire": "^2.1.0",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"firebase": "^3.5.1",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"momentjs": "^1.1.17",
"normalize.css": "^5.0.0",
"pg": "^6.1.0",
"xlsx": "^0.8.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0"
}
}