-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"name": "FirstMate",
"version": "0.1.0",
"description": "Any port in a storm.",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "heroku local"
},
"keywords": [],
"author": "Kiel Barry and Nicholas Dunham",
"license": "ISC",
"dependencies": {
"angular": "^1.5.1",
"angular-animate": "^1.5.1",
"angular-aria": "^1.5.1",
"angular-material": "^1.0.6",
"angular-messages": "^1.5.1",
"angular-resource": "^1.5.1",
"angular-ui-router": "^0.2.18",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"mysql": "^2.10.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"engines": {
"node": "4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NicholasDunham/first-mate.git"
}
}