-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "pinsel",
"version": "0.0.1",
"description": "Low Commission Image Licensing Application on Ethereum Blockchain",
"scripts": {
"start": "nodemon ./bin/www",
"build": "gulp clean & gulp build",
"test": "truffle test test/*"
},
"author": "Berkay Gürsoy",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-image": "^4.4.1",
"gulp-less": "^4.0.1",
"gulp-newer": "^1.4.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-uglify-es": "^1.0.4",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bs-custom-file-input": "^1.3.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.16.2",
"express-fileupload": "^1.1.4",
"hover.css": "^2.3.2",
"ipfs-http-client": "^30.1.3",
"jquery": "^3.4.1",
"loaders.css": "^0.1.2",
"nodemon": "^1.18.11",
"owl.carousel": "^2.3.4",
"particles.js": "^2.0.0",
"popper.js": "^1.14.7",
"pug": "2.0.0-beta11",
"truffle-contract": "^4.0.12",
"web3": "^1.0.0-beta.51"
}
}