forked from UMM-CSci-3601-F14/AngularGPALab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 789 Bytes
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
{
"name": "IntroAngularLab",
"version": "0.0.0",
"description": "This is the starting point for the introductory Angular lab for 3601, Fall 2014.",
"main": "app.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/UMM-CSci-3601-F14/IntroAngularLab.git"
},
"author": "KK Lamberty",
"license": "MIT",
"bugs": {
"url": "https://github.com/UMM-CSci-3601-F14/IntroAngularLab/issues"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"mocha": "^1.21.4",
"nodemon": "~1.2.1"
},
"dependencies": {
"body-parser": "~1.7.0",
"bower": "~1.3.9",
"cookie-parser": "^1.3.3",
"debug": "^2.0.0",
"express": "^4.8.8",
"morgan": "^1.3.0",
"serve-favicon": "^2.1.3"
}
}