-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 905 Bytes
/
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
{
"name": "primer",
"version": "1.0.0",
"description": "Primer is a JavaScript RISC emulator ",
"main": "primer.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natemago/primer.git"
},
"keywords": [
"processor",
"emulator",
"RISC"
],
"author": "Pavle Jonoski",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/natemago/primer/issues"
},
"homepage": "https://github.com/natemago/primer#readme",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"gulp-inject": "^3.0.0",
"gulp-sass": "^2.1.1",
"gulp-serve": "^1.2.0",
"gulp-symlink": "^2.1.3",
"gulp-task-listing": "^1.0.1",
"main-bower-files": "^2.11.1",
"require-dir": "^0.3.0",
"rimraf": "^2.5.0"
}
}