forked from vecnatechnologies/backbone-torso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.85 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
72
73
74
75
76
77
{
"name": "backbone-torso",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/vecnatechnologies/backbone-torso"
},
"scripts": {
"build": "gulp",
"prepublish": "gulp bundle",
"test": "gulp test",
"doc": "gulp doc",
"watch": "gulp watch",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/vecnatechnologies/backbone-torso"
},
"main": "modules/torso.js",
"dependencies": {
"jquery": "2.1.3",
"underscore": "1.8.2",
"backbone": "1.1.2",
"backbone-nested": "2.0.3",
"backbone.stickit": "0.9.2"
},
"devDependencies": {
"browserify": "^9.0.3",
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-cached": "^1.0.2",
"gulp-concat-util": "^0.5.1",
"gulp-handlebars": "3.0.1",
"gulp-if": "^1.2.5",
"gulp-jasmine": "2.0.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-wrap": "0.9.0",
"gulp-yuidoc": "^0.1.2",
"handlebars": "3.0.0",
"jasmine": "~2.2.1",
"jasmine-reporters": "2.0.2",
"jasmine-spec-reporter": "2.1.0",
"jquery-mockjax": "1.6.1",
"jsdom": "3.0.2",
"jshint-stylish": "^1.0.1",
"lazypipe": "^0.2.2",
"merge-stream": "^0.1.7",
"minimist": "1.1.0",
"node-dir": "0.1.8 ",
"path": "0.11.14",
"promise": "6.1.0",
"require-dir": "^0.1.0",
"requireify": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
},
"engines": {
"node": ">=0.8.0"
},
"contributors": [{
"name": "Kent Willis",
"email": "[email protected]"
}, {
"name": "Ariel Wexler",
"email": "[email protected]"
}, {
"name": "Josh Young",
"email": "[email protected]"
}]
}