-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 847 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 847 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
{
"name": "cartier",
"version": "0.1.4",
"description": "A small, unopinionated client-side router.",
"main": "cartier.js",
"scripts": {
"test": "gulp test",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/bitjutsu/Cartier.git"
},
"keywords": [
"routing",
"router",
"clientside",
"client",
"browser"
],
"author": "Adam Carruthers <adam@bitjutsu.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitjutsu/Cartier/issues"
},
"homepage": "https://github.com/bitjutsu/Cartier",
"devDependencies": {
"connect": "^3.1.1",
"gulp": "^3.8.8",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.9",
"gulp-uglify": "^1.0.1",
"mocha": "^1.21.4",
"rimraf": "^2.2.8",
"serve-static": "^1.6.1",
"should": "^4.0.4"
}
}