-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "immersive-template",
"version": "0.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/statesman/immersive-template"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Statesman Interactives <[email protected]>",
"devDependencies": {
"grunt-bootlint": "^0.10.2",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-generator": "^0.4.0",
"handlebars": "^4.0.11",
"marked": "^0.3.16",
"request": "^2.83.0",
"s3": "^4.4.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"font-awesome": "^4.7.0",
"grunt": "^1.0.2",
"imagesloaded": "^4.1.4",
"jquery": "^3.3.1",
"scrollmagic": "^2.0.5",
"slick-carousel": "^1.8.1",
"underscore": "^1.8.3"
}
}