-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 931 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 931 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
{
"name": "js-route",
"version": "0.2.1",
"description": "A JavaScript router that loads data and pages based on the current window location",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"router",
"javascript"
],
"author": "Dominykas Bartkus",
"license": "MIT",
"devDependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-injector": "^1.0.1",
"grunt-ts": "^5.5.0-beta.2",
"grunt-tsd": "^0.1.0",
"grunt-tslint": "^3.1.0",
"grunt-wiredep": "^3.0.1",
"morgan": "^1.7.0",
"time-grunt": "^1.3.0"
}
}