-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
{
"name": "gully",
"version": "0.0.1",
"description": "A lightweight client-side router written in ES6",
"main": "./src/gully.js",
"scripts": {
"test": "node_modules/karma/bin/karma start --browsers Firefox --single-run true"
},
"repository": {
"type": "git",
"url": "http://github.com/nmabhinandan/gully"
},
"keywords": [
"es6",
"router",
"js-router"
],
"author": "Abhinandan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nmabhinandan/gully/issues"
},
"homepage": "https://gully.js.org",
"devDependencies": {
"babel": "^5.1.9",
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-sourcemaps": "^1.5.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.4",
"sinon": "^1.14.1"
}
}