-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 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
33
{
"name": "AngularMovie",
"version": "1.0.0",
"description": "Live Coding & Hands On AngularJS",
"author": "Thierry LAU <thierlau@gmail.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/lauterry/angularmovie/"
},
"bugs": {
"url": "https://github.com/lauterry/angularmovie/issues"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"colors": "^1.0.3",
"body-parser": "^1.9.0",
"express": "^4.9.7",
"serve-static": "^1.6.4",
"path": "*",
"lodash": "^2.4.1"
},
"devDependencies": {
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"mocha": "^2.0.1",
"karma-cli": "0.0.4"
}
}