-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (34 loc) · 1.03 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
{
"name": "FrontSeed",
"version": "v0.0.2",
"author": "Maximiliano Báez González <maxibaezpy@gmail>",
"description": "Frontend seed project",
"private": true,
"dependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1"
},
"devDependencies": {
"grunt": "~0.4.*",
"grunt-banner": "^0.6.0",
"grunt-concurrent": "^2.3.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.7.0",
"grunt-sass": "^2.0.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-json-server": "git+https://github.com/tfiwm/grunt-json-server.git",
"grunt-open": "^0.2.3",
"grunt-remove": "~0.1.0",
"grunt-string-replace": "~1.2.0",
"json-server": "^0.12.0",
"matchdep": "*",
"lowdb": "^0.15.0"
},
"scripts": {
"postinstall": "grunt"
}
}