-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.43 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": "aersia",
"friendlyname": "Aersia Player",
"version": "0.1.7",
"license": "MIT",
"repository": "https://github.com/tprobinson/aersia.git",
"dependencies": {
"angular": "^1.5.9",
"autoprefixer": "^6.5.3",
"clipboard": "^1.5.15",
"desandro-classie": "^1.0.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-env": "^0.4.4",
"grunt-html-validation": "^0.1.18",
"grunt-image": "^2.2.2",
"grunt-include-replace": "^5.0.0",
"grunt-jsonmin": "^0.2.4",
"grunt-modernizr": "^1.0.2",
"grunt-processhtml": "^0.4.1",
"grunt-real-favicon": "^0.2.0",
"grunt-sass": "^1.2.1",
"grunt-sass-globbing": "^1.5.1",
"grunt-shell": "^2.1.0",
"grunt-svgstore": "^1.0.0",
"grunt-template": "^1.0.0",
"grunt-uncss": "^0.6.1",
"jit-grunt": "^0.10.0",
"js-cookie": "^2.1.3",
"js-logger": "^1.3.0",
"jsonlylightbox": "^0.5.3",
"node-sass": "^3.13.0",
"normalize.css": "^5.0.0",
"object-fit-images": "^2.5.9",
"perfect-scrollbar": "https://github.com/tprobinson/perfect-scrollbar.git",
"seedrandom": "^2.4.2",
"time-grunt": "^1.4.0",
"x2js": "^3.0.1"
},
"devDependencies": {
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^2.0.0"
}
}