-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "atom-web-sdk",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp buildAll"
},
"keywords": [],
"author": "footloose.io",
"license": "Copyright © @Footloose Labs INC.",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"del": "^5.1.0",
"finalhandler": "^1.1.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-run-command": "0.0.10",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"kill-port": "^1.6.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.0",
"serve-static": "^1.14.1",
"uglify-es": "^3.3.9",
"watch": "^1.0.2"
},
"dependencies": {
"gulp-header-comment": "^0.10.0",
"muffin": "git+https://github.com/FootLooseLabs/element"
}
}