-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 858 Bytes
/
package.json
File metadata and controls
42 lines (41 loc) · 858 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
34
35
36
37
38
39
40
41
{
"name": "The Node Beginner in CoffeeScript",
"description": "The Node Beginner's Book by Manuel Kiessling Tutorial in CoffeeScript",
"keywords": [
"tutorial",
"sample",
"coffeescript"
],
"author": "Jeff Kwak <jeff.kwak@gmail.com>",
"version": "0.0.0",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"contributors": [
"Jeff Kwak <jeff.kwak@gmail.com>"
],
"credits": [
"Manuel Kiessling"
],
"repository": {
"type": "git",
"url": "git@github.com:futureturnip/NodeBeignnerInCoffeeScript.git"
},
"dependencies": {
"coffee-script": "latest"
},
"directories": {
"lib": "./lib",
"actions": "./actions",
"views" : "./views"
},
"main": "./",
"scripts": {
},
"devDependencies": {
},
"optionalDependencies": { }
}