UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@damplus/app",
3 "version": "0.6.5",
4 "description": "Streams-based react web framework",
5 "main": "lib/es5/index.js",
6 "module": "lib/es5.modules/index.js",
7 "typings": "lib/es6/index.d.ts",
8 "scripts": {
9 "start": "node demo/main",
10 "test": "../../node_modules/.bin/mocha --compilers js:ts-node/register src/**/*.ts",
11 "postversion": "npm publish",
12 "preversion": "sh ../../scripts/build.sh",
13 "postpublish": "sh ../../scripts/postpublish.sh"
14 },
15 "dependencies": {
16 "querystring": "^0.2.0",
17 "route-recognizer": "^0.2.7",
18 "xstream": "^7.0.0"
19 },
20 "peerDependencies": {
21 "@types/react": "^0.14.35",
22 "react": "^15.1.0"
23 },
24 "files": [
25 "lib",
26 "*.d.ts"
27 ],
28 "license": "ISC",
29 "devDependencies": {
30 "@types/chai": "^3.4.34",
31 "@types/lodash": "^4.14.37",
32 "@types/mocha": "^2.2.32",
33 "@types/node": "^6.0.42",
34 "@types/react": "^0.14.35",
35 "@types/react-addons-test-utils": "^0.14.15",
36 "@types/react-dom": "^0.14.18"
37 }
38}