-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 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
{
"name": "sharinpix",
"version": "0.0.8",
"description": "SharinPix Client",
"main": "src/sharinpix.js",
"scripts": {
"test": "coffeelint src",
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharinpix/sharinpix-node.git"
},
"keywords": [
"Photos",
"Salesforce",
"Images"
],
"author": "Luc Boissaye",
"license": "MIT",
"bugs": {
"url": "https://github.com/sharinpix/sharinpix-node/issues"
},
"bin": {
"sharinpix": "./bin/sharinpix"
},
"homepage": "https://github.com/sharinpix/sharinpix-node#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "6.2.4",
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "3.4.1",
"coffee-loader": "0.7.2",
"coffeelint": "1.15.7",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "1.0.1",
"html-webpack-plugin": "2.20.0",
"jade": "1.11.0",
"jade-loader": "0.8.0",
"jquery": "3.5.0",
"node-sass": "4.13.1",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"uglify-js": "2.6.2",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"async": "^2.5.0",
"coffeescript": "^2.3.1",
"fast-csv": "^4.3.6",
"jsrsasign": "10.2.0",
"promise-polyfill": "^6.1.0",
"superagent": "2.0.0"
}
}