forked from cssninjaStudio/krypton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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": "cryptos-kit-1",
"version": "0.0.1",
"description": "Starter bundled with bulma.io",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "~3",
"mq4-hover-shim": "^0.3.0",
"panini": "^1.3.0",
"popper.js": "^1.12.3",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/cssninjaStudio/theme.git"
},
"bugs": {
"url": "https://github.com/cssninjaStudio/theme/issues",
"email": "support@cssninja.io"
},
"author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
"license": "Commercial",
"private": true,
"dependencies": {
"aos": "^2.2.0",
"bulma": "^0.6.2",
"cryptofont": "^0.1.1",
"feather-icons": "^4.7.0",
"jquery": "2.2.4",
"jquery.easing": "^1.4.1",
"modal-video": "^2.3.2",
"particlesjs": "2.2.0"
}
}