forked from montagejs/montage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 996 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
46
47
48
49
{
"name": "montage",
"version": "0.13.2",
"description": "A UI Framework",
"repository": {
"type": "git",
"url": "https://github.com/montagejs/montage.git"
},
"main": "montage",
"overlay": {
"browser": {
"main": "core/core",
"mappings": {
"mr": {
"name": "mr",
"location": "packages/mr"
},
"q": {
"name": "q",
"location": "packages/mr/packages/q"
}
}
}
},
"dependencies": {
"collections": "~0.1.23",
"frb": "~0.2.10",
"mousse": "~0.1.2",
"htmlparser2": "~3.0.5"
},
"devDependencies": {
"montage-testing": "~0.2.0",
"mr": "~0.13.0",
"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"
]
}