-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 990 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
36
37
38
39
40
41
42
{
"name": "cpusim",
"version": "0.0.1",
"description": "From logic gates to CPU simulator",
"main": "build/index.html",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"start": "http-server build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axln/cpusim.git"
},
"keywords": [
"cpusim"
],
"author": "Alexey Nesterenko <alexei.ne@gmail.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/axln/cpusim/issues"
},
"homepage": "https://github.com/axln/cpusim#readme",
"dependencies": {
"aigle": "^1.12.0",
"bundle-collapser": "^1.3.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-bro": "^1.0.3",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-param": "^1.0.3",
"gulp-pug": "^4.0.1",
"gulp-uglify": "^3.0.1",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"gulp-uglify": "^3.0.1"
}
}