forked from micooz/terminal-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "terminal.js",
"version": "1.0.0",
"description": "Simple front-end terminal printing simulator of nostalgic style with animation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --harmony node_modules/.bin/gulp",
"build": "node node_modules/.bin/webpack --verbose --colors --config ./webpack/prod.config.js -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micooz/terminal.js.git"
},
"keywords": [
"front-end",
"simulator",
"terminal",
"animation"
],
"author": "Micooz",
"license": "MIT",
"bugs": {
"url": "https://github.com/micooz/terminal.js/issues"
},
"homepage": "https://github.com/micooz/terminal.js#readme",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel": "^6.2.4",
"babel-core": "^6.2.4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.2.4",
"css-loader": "^0.23.0",
"del": "^2.1.0",
"es6-module-loader": "^0.17.8",
"gulp": "^3.9.0",
"style-loader": "^0.13.0",
"webpack-stream": "^2.2.0"
},
"dependencies": {
"underscore": "^1.8.3"
}
}