-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (37 loc) · 799 Bytes
/
package.json
File metadata and controls
44 lines (37 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name" : "robot.github.io",
"version" : "0.0.0",
"private" : true,
"license" : "Zlib",
"description" : "Robot documentation and information site",
"homepage" : "http://getrobot.net",
"author":
{
"name" : "David Krutsko",
"email" : "dave@krutsko.net",
"url" : "http://krutsko.net"
},
"repository":
{
"type" : "git",
"url" : "https://github.com/robot/robot.github.io.git"
},
"bugs":
{
"url" : "https://github.com/robot/robot.github.io/issues"
},
"devDependencies":
{
"grunt" : "^1",
"grunt-contrib-clean" : "^1",
"grunt-contrib-watch" : "^1",
"grunt-contrib-stylus" : "^1",
"grunt-static-hbs" : "^0",
"marked" : "^0",
"highlight.js" : "^9"
},
"engines":
{
"node" : ">= 0.12.0"
}
}