-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
{
"name": "regions-extras",
"version": "4.0.2",
"description": "Extra regions for marionette",
"main": "lib/index.js",
"scripts": {
"build": "babel -r -d lib src/",
"prepublish": "npm run build",
"test": "karma start --single-run --no-auto-watch"
},
"dependencies": {
"backbone": "^1.3",
"backbone.marionette": "^3",
"injectify": "^2",
"jquery": "^3"
},
"devDependencies": {
"babel-cli": "^6",
"babel-core": "^6",
"babel-loader": "^6",
"babel-plugin-transform-runtime": "^6",
"babel-preset-latest": "^6",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"es6-shim": "^0.35.0",
"handlebars": "^4.0.6",
"karma": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-webpack": "^1.8.0",
"lodash": "^4.17.2",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.7",
"webpack": "^2.1.0-beta.27"
},
"repository": {
"type": "git",
"url": "git@github.com:ftdebugger/regions-extras.git"
},
"author": "Evgeny Shpilevsky <evgeny@shpilevsky.com>",
"contributors": [
"Denis Khomich"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ftdebugger/regions-extras/issues"
},
"homepage": "https://github.com/ftdebugger/regions-extras"
}