-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "masseuse",
"version": "3.0.0-alpha2",
"description": "A Backbone helper library with a View lifecycle, View configs, child Views, Proxy and Computed Properties, and a custom Router with beforeRouting support",
"main": " ",
"scripts": {
"test": "grunt test-cli",
"preinstall": ". ./setup.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Solid-Interactive/masseuse.git"
},
"keywords": [
"backbone",
"rivets",
"view lifecycle",
"async",
"promises",
"config",
"child views",
"bower"
],
"author": "SOLID Interactive",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "56581e51a6dc834d9d4e424b0b45e38ed3331fa4",
"bugs": {
"url": "https://github.com/Solid-Interactive/masseuse/issues"
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-build-gh-pages": "1.0.3",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-watch": "0.5.3",
"grunt-open": "0.2.2",
"grunt-contrib-requirejs": "0.4.1",
"grunt-shell": "0.6.4",
"matchdep": "0.3.0",
"grunt-contrib-clean": "0.5.0",
"mocha-phantomjs": "3.3.1",
"grunt-contrib-livereload": "0.1.2",
"ink-docstrap": "0.3.0-0",
"jsdoc": "3.3.0-alpha4",
"lodash": "2.4.1",
"grunt-release-notes": "0.1.0"
}
}