-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·51 lines (51 loc) · 1.4 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
{
"name": "viewer-kit",
"version": "1.1.3",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.org/amplience/viewer-kit.git"
},
"description": "Amplience Viewer Kit",
"main": "src/",
"author": "Amplience",
"dependencies": {
"amplience-sdk-client": "git+https://github.com/amplience/amplience-sdk-client#v1.0.4",
"autoprefixer": "^6.0.2"
},
"devDependencies": {
"bower": "latest",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^2.0.0",
"grunt-aws-s3": "^2.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-file-append": "0.0.6",
"grunt-git-describe": "^2.3.2",
"grunt-includes": "~0.3.6",
"grunt-jscs": "^3.0.1",
"grunt-postcss": "^0.6.0",
"grunt-processhtml": "^0.4.2",
"grunt-sass": "2.1.0",
"grunt-shell": "0.7.0",
"handlebars": "^4.1.2",
"jasmine-jquery": "latest",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.2.0"
},
"directories": {},
"keywords": [
"AMP",
"Amplience"
]
}