-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "img",
"version": "1.0.0",
"description": "",
"main": "default.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "admos",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"chai": "^3.5.0",
"escape-html": "^1.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"html-loader": "^0.4.4",
"mocha": "^3.2.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.3.0",
"xml2js": "^0.4.17",
"xmlbuilder": "^8.2.2"
},
"dependencies": {}
}