-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1002 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
{
"name": "atlas-munchlax",
"version": "1.3.0",
"description": "Reactive variable and autorun library inspired by Meteor.",
"scripts": {
"test-server": "mocha --colors --watch --recursive './test/**/*.test.js'",
"test": "mocha --colors --recursive './test/**/*.test.js'"
},
"main": "./src/munchlax.js",
"keywords": [
"atlassubbed",
"relax",
"meteor",
"mobx",
"reactive-variable",
"reactive-computation",
"autorun",
"reactive",
"tracker",
"observer",
"pub-sub"
],
"author": "atlassubbed <atlassubbed@gmail.com>",
"license": "MIT",
"devDependencies": {
"atlas-relax": "^1.1.0",
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"peerDependencies": {
"atlas-relax": "^1.1.0"
},
"homepage": "https://github.com/atlassubbed/atlas-munchlax#readme",
"bugs": "https://github.com/atlassubbed/atlas-munchlax/issues",
"repository": {
"type": "git",
"url": "https://github.com/atlassubbed/atlas-munchlax.git"
}
}