forked from glorious-codes/glorious-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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
54
55
56
{
"name": "@glorious/demo",
"version": "0.8.1",
"description": "The easiest way to demonstrate your code in action",
"main": "dist/gdemo.min.js",
"files": [
"dist/**/*.*"
],
"scripts": {
"format": "node ./node_modules/eslint/bin/eslint.js ./src/**/*.js",
"build": "node ./node_modules/webpack/bin/webpack.js",
"test": "node ./node_modules/jest/bin/jest.js",
"prepublishOnly": "rm -rf ./dist && npm run build -- --env=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelcamargo/glorious-demo.git"
},
"keywords": [
"demo",
"demonstration",
"code",
"snippet",
"animation",
"mac",
"editor",
"terminal"
],
"author": "Rafael Camargo <hello@rafaelcamargo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafaelcamargo/glorious-demo/issues"
},
"homepage": "https://github.com/rafaelcamargo/glorious-demo#readme",
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-es2015-modules-umd": "6.24.1",
"babel-preset-env": "1.6.1",
"codecov": "3.0.4",
"css-loader": "0.28.11",
"eslint": "5.6.0",
"extract-text-webpack-plugin": "3.0.2",
"html-loader": "0.5.5",
"html-loader-jest": "0.2.1",
"html-webpack-plugin": "3.1.0",
"jest": "23.3.0",
"lodash": "4.17.5",
"style-loader": "0.20.3",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"webpack": "3.10.0",
"yargs": "11.1.0"
}
}