-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
50
51
52
53
{
"name": "itsmegreg",
"version": "0.1.1",
"description": "A static page application simulating an terminal unix",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"define-async": "1.3.2",
"elo7-doc-amd": "1.5.1",
"elo7-events-amd": "1.2.1"
},
"devDependencies": {
"harp": "0.33.0"
},
"scripts": {
"copy:doc-amd": "cp node_modules/elo7-doc-amd/doc.js src/js/vendor/doc.js",
"copy:async-amd": "cp node_modules/define-async/async-define.js src/js/vendor/async-define.js",
"copy:events-amd": "cp node_modules/elo7-events-amd/events-amd.js src/js/vendor/events-amd.js",
"copy": "npm run copy:events-amd && npm run copy:async-amd && npm run copy:doc-amd",
"precopy": "mkdir -p src/js/vendor",
"postinstall": "npm run copy",
"start": "harp server src --port 9000",
"deploy": "harp compile src docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericdallo/itsmegreg.git"
},
"keywords": [
"node",
"npm",
"harp",
"spa",
"frontend",
"front-end",
"html",
"html5",
"css",
"scss",
"sass",
"javascript",
"js",
"terminal",
"unix"
],
"author": "Eric Dallo",
"bugs": {
"url": "https://github.com/ericdallo/itsmegreg/issues"
},
"homepage": "https://ericdallo.github.io/itsmegreg"
}