-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 908 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
{
"name": "ractive-route",
"version": "0.3.11",
"description": "Routing library for Ractive.js",
"homepage": "https://github.com/MartinKolarik/ractive-route/",
"github": "https://github.com/MartinKolarik/ractive-route/",
"main": "ractive-route.js",
"keywords": [
"ractive",
"routing",
"router"
],
"author": {
"name": "Martin Kolárik",
"email": "[email protected]",
"url": "https://kolarik.sk"
},
"license": "MIT",
"devDependencies": {
"chai": "3.0.0",
"grunt": "0.4.5",
"grunt-contrib-uglify": "0.9.1",
"mocha": "2.2.5",
"mocha-phantomjs": "3.5.3",
"phantomjs": "1.9.20",
"ractive": "0.7.3",
"rewire": "2.3.4"
},
"scripts": {
"test": "mocha && mocha-phantomjs test/tests.html"
},
"repository": {
"type": "git",
"url": "https://github.com/MartinKolarik/ractive-route.git"
},
"bugs": {
"url": "https://github.com/MartinKolarik/ractive-route/issues/"
}
}