forked from cruzeneko/Boole-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "boole-web",
"version": "1.0.0",
"description": "Boole-Web is a web based new version of Boole-Deusto that takes inspiration in the original one, but relies on the power of the new web-based technologies and leverages the years of user experience with the original Boole-Deusto to update its interface, interaction style, and set of features.",
"main": "index.html",
"dependencies": {
"bootstrap": "^3.3.7",
"browserify": "^14.3.0",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"esprima": "^2.7.1",
"i18n": "^0.8.3",
"logidrom": "git://github.com/cruzeneko/logidrom.git#1df49613399214eab3d045d974b025f3e4172c62",
"mocha": "^3.4.1",
"onml": "^0.3.1",
"quill": "^1.2.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install ; browserify js/logidrom.js > js/logidrom_b.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cruzeneko/Boole-Web.git"
},
"keywords": [
"Boole",
"Deusto",
"Combinational",
"Circuit",
"Computer",
"Design"
],
"author": "Eneko Cruz for Weblab-Deusto",
"license": "MIT",
"bugs": {
"url": "https://github.com/cruzeneko/Boole-Web/issues"
},
"homepage": "https://github.com/cruzeneko/Boole-Web#readme"
}