-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 973 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
{
"name": "mousse",
"version": "0.3.1",
"description": "Deserialization of JavaScript objects",
"keywords": [
"deserialization",
"serialization"
],
"author": "António Afonso <antonio.afonso@gmail.com> (http://github.com/aadsm/)",
"contributors": [
"António Afonso <antonio.afonso@gmail.com> (http://github.com/aadsm/)"
],
"bugs": {
"url": "http://github.com/montagejs/mousse/issues"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/montagejs/mousse/raw/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "http://github.com/montagejs/mousse.git"
},
"main": "mousse",
"dependencies": {
"bluebird":"2.9.26",
"collections": "~1.2.2"
},
"devDependencies": {
"jasmine-node": "~1.9.1"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node spec"
}
}