-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "viewlauncher",
"version": "1.0.0",
"description": "ViewlauncherJS allows to automatically launch Backbone Views and thus to extend HTML elements with user interaction and transition machanisms",
"main": "dist/viewlauncher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Balz Rittmeyer",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"gulp-clone": "^1.0.0",
"gulp-concat-util": "^0.5.1",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"webpack": "^1.4.4"
},
"directories": {
"lib": "src",
"example": "demo"
},
"dependencies": {
"backbone": "^1.1.2",
"bootstrap": "^3.3.2",
"coffee": "^1.0.0",
"coffee-loader": "^0.7.2",
"fancybox": "^2.1.6",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.3",
"gulp-minify": "0.0.5",
"gulp-sourcemaps": "^1.3.0",
"gulp-umd": "^0.1.3",
"gulp-watch": "^4.1.0",
"gulp-webpack": "^1.1.2",
"gulp-webpack-config": "^0.1.5",
"jasmine-jquery": "^2.0.6",
"jquery": "^2.1.3",
"require": "^2.4.17",
"style-loader": "^0.8.3",
"underscore": "^1.7.0",
"webpack": "^1.5.3",
"url-loader": "^0.5.5",
"file-loader": "^0.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/blzzz/viewlauncher.git"
},
"keywords": [
"backbone",
"launcher",
"viewlauncher",
"section",
"sections",
"sectionview",
"elementsynchronizer",
],
"bugs": {
"url": "https://github.com/blzzz/viewlauncher/issues"
},
"homepage": "https://github.com/blzzz/viewlauncher"
}