-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 974 Bytes
/
package.json
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
{
"name": "RubyScope",
"title": "A GUI for ruby-debug",
"version": "0.0.1",
"homepage": "http://rubyscope.in",
"author": {
"name": "Stephen Crosby",
"email": "[email protected]",
"url": "http://lithostech.com"
},
"repository": {
"type": "git",
"url": "git://github.com/stevecrozz/RubyScope.git"
},
"bugs": {
"url": "https://github.com/stevecrozz/RubyScope/issues"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/stevecrozz/RubyScope/blob/master/LICENSE"
}
],
"main": "lib",
"engines": {
"node": ">=0.9"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"jQuery": "~1.7.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-qunit-istanbul": "https://github.com/stevecrozz/grunt-qunit-istanbul/tarball/master",
"grunt-contrib-yuidoc": "~0.4.0",
"yuidocjs": "~0.3.44"
},
"keywords": []
}