-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 868 Bytes
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
{
"name": "Prototype",
"author": {
"name": "Craig Wayne"
},
"repository": "http://github.com/craigiswayne/prototype",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"grunt": "grunt",
"serve": "npx serve"
},
"devDependencies": {
"ace-builds": "^1.2.9",
"font-awesome": "^4.7.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-php2html": "^0.3.0",
"jquery": "^3.5.0",
"jquery.cookie": "^1.4.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"uikit": "2"
},
"dependencies": {
"grunt-cli": "^1.4.3"
}
}