-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (61 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (61 loc) · 1.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "modern-backbone-starterkit",
"version": "0.3.0",
"description": "Lightweight starting point for a modern backbone web app.",
"keywords": [
"backbone",
"starterkit",
"frontend",
"boilerplate",
"marionette",
"es6",
"webpack",
"bootstrap"
],
"main": "index.html",
"scripts": {
"start": "gulp",
"test": "karma start"
},
"author": "@sabarasaba <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kachkin/task.git"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"chai": "^2.1.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "1.0.0",
"gulp-size": "^1.2.0",
"gulp-stylus": "^2.0.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.1",
"handlebars": "^4.0.3",
"handlebars-loader": "^1.1.4",
"json-loader": "^0.5.4",
"karma": "0.13.11",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-spec-reporter": "0.0.16",
"karma-webpack": "1.7.0",
"mocha": "^2.2.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.0.11",
"webpack-stream": "^2.1.1"
},
"dependencies": {
"backbone": "^1.1.2",
"backbone.marionette": "^2.4.1",
"jquery": "^2.1.3",
"lodash": "^3.5.0",
"bootstrap": "^3.3.7"
}
}