forked from simme/ampersand-modal-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 982 Bytes
/
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
{
"name": "ampersand-modal-view",
"version": "2.0.0-pre",
"description": "Bootstrap modal view for Ampersand.js",
"main": "index.js",
"scripts": {
"phantom": "run-browser test.js -b",
"browser": "run-browser test.js",
"test": "npm run phantom",
"example": "beefy example/index.js 5000 --index=example/index.html --open --live"
},
"keywords": [
"ampersand",
"modal",
"view",
"bootstrap"
],
"author": "Simon Ljungberg <[email protected]> (http://iamsim.me/)",
"license": "MIT",
"browserify": {
"transform": [
[
"txtify2",
{
"extensions": [
"html"
]
}
]
]
},
"dependencies": {
"ampersand-dom": "^1.2.7",
"ampersand-view": "^7.2.0",
"txtify2": "^2.0.0"
},
"devDependencies": {
"ampersand-view": "^7.2.0",
"beefy": "^2.1.3",
"dom-select": "0.0.0",
"exampler": "^1.0.0",
"run-browser": "^2.0.2",
"tape": "^3.5.0"
}
}