-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jsreport-images",
"version": "1.1.1",
"description": "jsreport extension for storing static images inside the store and embedding them into templates",
"scripts": {
"test": "mocha test --timeout 10000 && standard",
"build": "jsreport-studio-build",
"prepublish": "in-publish && jsreport-studio-build || not-in-publish"
},
"homepage": "https://github.com/jsreport/jsreport-images",
"repository": {
"type": "git",
"url": "[email protected]:jsreport/jsreport-images.git"
},
"keywords": [
"jsreport"
],
"standard": {
"ignore": [
"main.js"
],
"env": {
"node": true,
"mocha": true,
"browser": true
},
"parser": "babel-eslint"
},
"license": "LGPL",
"dependencies": {
"async-replace": "1.0.1",
"bluebird": "3.5.0",
"in-publish": "2.0.0",
"multer": "1.3.0",
"shortid": "2.2.8",
"underscore": "1.8.3"
},
"author": "Jan Blaha",
"devDependencies": {
"babel-eslint": "7.2.2",
"eslint": "3.19.0",
"eslint-config-standard-jsx": "3.2.0",
"eslint-plugin-babel": "4.1.1",
"jsreport-core": "1.3.0",
"jsreport-express": "1.2.3",
"jsreport-studio-dev": "1.1.0",
"jsreport-templates": "1.1.0",
"mocha": "3.2.0",
"standard": "8.6.0",
"supertest": "2.0.1"
},
"files": [
"lib",
"studio",
"index.js",
"jsreport.config.js"
]
}