forked from veniceprojectcenter/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 923 Bytes
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
{
"name": "sandbox",
"version": "1.0.0",
"description": "A Venice IQP project",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gr-b/sandbox.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-html": "^3.1.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"xmlhttprequest": "^1.8.0"
}
}