-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "omnipotent",
"version": "1.2.1",
"description": "A library combining Omniscient.js and Immstruct to a opinionated set of tools.",
"main": "omnipotent.js",
"dependencies": {
"immstruct": "^2.0.0",
"lodash.assign": "^3.2.0",
"omniscient": "^4.0.0"
},
"peerDependencies": {
"react": ">=0.14.0"
},
"devDependencies": {
"chai": "^1.9.2",
"dox": "^0.6.1",
"doxme": "git://github.com/mikaelbr/doxme#dev",
"immutable": "^3.0.2",
"jsdom": "^7.0.2",
"mocha": "^2.0.1",
"react-dom": "^0.14.0"
},
"scripts": {
"test": "mocha -R spec tests.js ./decorator/**/*-test.js",
"test-watch": "mocha -G -w -R min tests.js ./decorator/**/*-test.js",
"build-docs": "cat decorator/*.js helper/*.js index.js | dox -r | doxme > api.md"
},
"repository": {
"type": "git",
"url": "git://github.com/omniscientjs/omnipotent.git"
},
"keywords": [
"omniscient",
"functional",
"virtual-dom",
"react",
"immutable",
"immstruct",
"omniscient helpers"
],
"author": "Mikael Brevik",
"license": "MIT",
"bugs": {
"url": "https://github.com/omniscientjs/omnipotent/issues"
},
"homepage": "https://github.com/omniscientjs/omnipotent"
}