-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "vanilla-jet",
"version": "1.0.41",
"description": "VannilaJet framework",
"main": "index.js",
"bin": {
"vanilla-jet": "bin.js"
},
"scripts": {
"setup": "node ./.scripts/generate_packages_json.js",
"dev": "grunt --env=development",
"build:qa": "grunt build --env=qa",
"build:staging": "grunt build --env=staging",
"build:prod": "grunt build --env=production",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nalancer08/VanillaJet.git"
},
"keywords": [
"webapp",
"spa"
],
"author": "Erick Sanchez",
"license": "ISC",
"bugs": {
"url": "https://github.com/nalancer08/VanillaJet/issues"
},
"homepage": "https://github.com/nalancer08/VanillaJet#readme",
"dependencies": {
"blueimp-md5": "2.8.0",
"chalk": "4.1.2",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-run": "0.8.1",
"grunt-shell": "4.0.0",
"html-minifier-terser": "7.2.0",
"jit-grunt": "0.10.0",
"js-beautify": "1.14.8",
"jsrsasign": "11.0.0",
"jwt-simple": "0.5.3",
"minimist": "1.2.6",
"nodemon": "3.0.1",
"nunjucks": "3.2.4",
"underscore": ">= 1.12.x",
"zlib": "1.0.5"
}
}