forked from montagejs/montage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.03 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
{
"name": "montage",
"version": "0.13.6",
"description": "A UI Framework",
"repository": {
"type": "git",
"url": "https://github.com/montagejs/montage.git"
},
"main": "montage",
"overlay": {
"browser": {
"main": "core/core",
"redirects": {
"montage": "core/core"
},
"mappings": {
"mr": {
"name": "mr",
"location": "packages/mr"
},
"q": {
"name": "q",
"location": "packages/mr/packages/q"
}
}
}
},
"dependencies": {
"collections": "~0.2.1",
"frb": "0.2.16",
"mousse": "~0.3.0",
"htmlparser2": "~3.0.5"
},
"devDependencies": {
"montage-testing": "~0.3.0",
"mr": "~0.14.2",
"q": "0.9.6",
"q-io": "~1.7.2",
"jshint": "~2.0.1"
},
"scripts": {
"test": "node test/node/node-spec.js",
"jsdoc": "node ../montagejs.org/build/jsdoc/jsdoc.js -out $PWD/builds/jsdoc/ montage@npm-link"
},
"exclude": [
"etc",
"lab",
"node.js",
"test",
"tools"
]
}