forked from amplience/amplience-sdk-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "amplience-sdk-client",
"version": "0.1.0",
"description": "Amplience SDK Client",
"main": "src/amp/SDK.js",
"dependencies": {
"grunt-replace": "~0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "latest",
"karma": "latest",
"jasmine-jquery": "latest",
"grunt-karma": "latest",
"grunt-includes": "~0.3.6",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "latest",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-less": "~0.8.2",
"grunt-strip-code": "latest",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.1.4",
"karma-teamcity-reporter": "~0.1.1",
"karma-ie-launcher": "~0.1.1",
"karma-phantomjs-launcher": "~0.1"
},
"scripts": {
"test": "grunt karma:test"
},
"repository": {
"type": "git",
"url": "[email protected]:amplience/sdk-client.git"
},
"keywords": [
"AMP",
"Amplience",
"SDK",
"UI"
],
"author": "Amplience",
"license": "BSD",
"gitHead": "05fe93620b8eaa16c40185475cd11a4bdea7a2b4"
}