forked from c2r0b/vnmsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
42
43
44
45
46
47
48
49
{
"name": "vnmsimulator",
"description": "Von Neumann Machine Simulator",
"main": "index.html",
"author": "Lorenzo Ganni",
"repository": "lorenzoganni/vnmsim",
"bugs": {
"url": "https://github.com/lorenzoganni/vnmsim/issues"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.23.3",
"compass-importer": "^0.4.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-concat-filenames": "^1.1.1",
"gulp-express": "^0.3.5",
"gulp-if": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-zip": "^3.2.0",
"merge-stream": "^1.0.0",
"node-font-awesome": "^1.0.2",
"sass-inline-image": "0.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^5.0.0"
},
"dependencies": {
"angular": "^1.6.1",
"angular-cookies": "^1.6.1",
"codemirror": "^5.22.0",
"font-awesome": "^4.7.0",
"gulp-concat": "^2.6.1",
"gulp-concat-filenames": "^1.2.0",
"gulp-if": "^2.0.2",
"gulp-pug": "^3.2.0",
"merge-stream": "^1.0.1",
"node-sass": "^4.9.0"
}
}