-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "omniscient-mixins",
"version": "2.0.0",
"description": "A collection of mixins for omniscient, react.js and immstruct",
"main": "index.js",
"scripts": {
"test": "mocha -R min tests/*.js",
"test-watch": "mocha -w -R min tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/omniscientjs/omniscient-mixins.git"
},
"keywords": [
"React.js",
"Omniscient",
"mixins",
"immstruct",
"react"
],
"author": "",
"contributors": [
"Mikael Brevik <mikaelbre@gmail.com>",
"@torgeir"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/omniscientjs/omniscient-mixins/issues"
},
"homepage": "https://github.com/omniscientjs/omniscient-mixins",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
}
}