-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 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
{
"name": "@essetwide/material-walkthrough",
"version": "2.1.5",
"description": "A material tour (eg Inbox from Google) for your site, enhancing the UX.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/rollup -c",
"build:prod": "NODE_ENV=prod ./node_modules/.bin/rollup -c",
"release": "npm run build && npm run build:prod && npm publish --tag beta --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/essetwide/materials-walkthrough.git"
},
"keywords": [
"Material",
"Walkthrough",
"UX",
"Step-to-Step"
],
"author": "Guilherme Prezzi; Filipe Oliveira;",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/essetwide/material-walkthrough/issues"
},
"homepage": "https://github.com/essetwide/material-walkthrough#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"rollup": "^0.49.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.6",
"rollup-plugin-uglify": "^2.0.1"
}
}