-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 1.02 KB
/
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
{
"name" : "susanin",
"version" : "1.0.3",
"author" : {
"name" : "Ruslan Kerimov",
"email" : "[email protected]"
},
"description" : "Router system which can be used in any JavaScript environments",
"keywords" : [ "router", "routes", "routing" ],
"repository" : {
"type" : "git",
"url" : "git://github.com/nodules/susanin.git"
},
"scripts" : {
"test" : "make test"
},
"dependencies" : {},
"devDependencies" : {
"jshint" : "2.1.10",
"jscs" : "1.0.5",
"istanbul" : "0.1.x",
"mocha" : "1.11.x",
"chai" : "1.7.x",
"borschik" : "0.3.x",
"karma" : "~0.12.24",
"karma-chrome-launcher" : "~0.1.5",
"karma-firefox-launcher" : "~0.1.3",
"karma-phantomjs-launcher" : "~0.1.4",
"karma-mocha" : "~0.1.9"
},
"optionalDependencies" : {},
"main" : "lib/router.js",
"bugs" : {
"url" : "https://github.com/nodules/susanin/issues"
},
"license" : "MIT"
}