-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 841 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 841 Bytes
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
{
"name": "ribcage-view",
"version": "3.0.3",
"description": "A simple base Backbone view class that adds subviews, rendering, and initialization. ",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": "https://github.com/Techwraith/ribcage-view.git",
"keywords": [
"Backbone",
"view",
"subview",
"browserify"
],
"author": "Techwraith",
"license": "MIT",
"dependencies": {
"backbone": "^1.1.2",
"jquery": "^2.1.3",
"lodash": "^3.6.0",
"raf": "^2.0.4"
},
"devDependencies": {
"atomify-js": "Techwraith/atomify-js",
"atomify-css": "0.0.6",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-saucelabs": "~4.0.2",
"grunt-contrib-connect": "~0.1.2",
"mocha": "~1.17.0",
"grunt-contrib-watch": "~0.2.0",
"jsdom": "~0.8.10"
}
}