-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 799 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
{
"name": "javascript-introduction",
"version": "0.0.1",
"description": "An introduction to javascript for newbies",
"homepage": "http://redaemn.github.io/javascript-introduction",
"author": {
"name": "Gabriele Rabbiosi",
"url": "https://plus.google.com/+GabrieleRabbiosi/"
},
"repository": {
"type": "git",
"url": "https://github.com/redaemn/javascript-introduction.git"
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~2.5.9",
"mustache": "~0.7.2",
"socket.io": "~0.9.13"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-watch": "~0.5",
"grunt-contrib-connect": "~0.5"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/redaemn/javascript-introduction/blob/master/LICENSE"
}
]
}