forked from Zorium/location-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "location-router",
"version": "0.1.2",
"description": "Scaffolding for isomorphic coffeescript libraries",
"keywords": [
"isomorphic",
"scaffolding",
"library",
"bootstrap",
"coffee",
"coffeescript"
],
"main": "src/index.coffee",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"watch": "node_modules/gulp/bin/gulp.js watch",
"watch-phantom": "node_modules/gulp/bin/gulp.js watch:phantom",
"preversion": "npm test"
},
"license": "MIT",
"author": "Zolmeister (https://zolmeister.com/)",
"dependencies": {
"coffee-script": "^1.9.3",
"lodash": "^3.10.0",
"qs": "^5.2.0",
"rxjs": "^5.4.3"
},
"devDependencies": {
"b-assert": "^0.1.2",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "^0.7.2",
"gulp": "^3.9.0",
"gulp-coffee-istanbul": "^0.7.1",
"gulp-coffeelint": "^0.5.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"webpack-stream": "^2.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/Zorium/location-router.git"
},
"bugs": {
"url": "https://github.com/Zorium/location-router/issues"
},
"homepage": "https://github.com/Zorium/location-router"
}