forked from AmpersandJS/ampersand-view-conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "ampersand-view-conventions",
"description": "Ampersand's view conventions. Also written as a test you can use to test if your module follows the conventions.",
"version": "1.1.4",
"author": "'Henrik Joreteg' <henrik@andyet.net>",
"bugs": {
"url": "https://github.com/ampersandjs/ampersand-view-conventions/issues"
},
"dependencies": {
"extend-object": "~1.0.0",
"is-function": "~1.0.1"
},
"devDependencies": {
"browserify": "~4.1.10",
"phantomjs": "^1.9.7-15",
"run-browser": "~1.3.1",
"tap-spec": "^0.2.0",
"tape": "~2.13.3",
"tape-run": "~0.1.1"
},
"homepage": "https://github.com/ampersandjs/ampersand-view-conventions",
"keywords": [
"ampersand",
"view"
],
"license": "MIT",
"main": "ampersand-view-conventions.js",
"repository": {
"type": "git",
"url": "git://github.com/ampersandjs/ampersand-view-conventions"
},
"scripts": {
"test": "browserify test/* | tape-run | tap-spec",
"start": "run-browser test/*"
}
}