-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 851 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 851 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
{
"name": "proactive",
"version": "0.1.0",
"description": "React in Prolog",
"main": "proscript.js",
"dependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"uglify-js": "^3.6.2",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {},
"scripts": {
"start": "STATIC_ROOT=./static watchify src/core.js --standalone Proactive -t brfs -v -o build/proactive.js",
"install": "make CLIENTS=js-client package",
"test": "echo 'No tests created yet'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetrime/proactivejs.git"
},
"author": "",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/thetrime/proactivejs/issues"
},
"homepage": "https://github.com/thetrime/proactivejs#readme"
}