-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 850 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 850 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
{
"name": "statetree",
"version": "0.0.8",
"description": "Library for creation data-oriented architecture of web applications.",
"main": "AsyncData.js",
"scripts": {
"test": "bash -c 'MOCHA_COLORS=true ./node_modules/.bin/mocha -b --sort --full-trace tests/*/*.js | node tests_add_stack.js; test \"${PIPESTATUS[0]}\" -eq \"0\" && node tests_check.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extremeprog-com/statetree.git"
},
"keywords": [
"state",
"tree"
],
"types": "./index.d.ts",
"author": "Oleg Sergienko",
"license": "MIT",
"bugs": {
"url": "https://github.com/extremeprog-com/statetree/issues"
},
"homepage": "https://github.com/extremeprog-com/statetree#readme",
"devDependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"mocha": "^11.7.1"
}
}