-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.28 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
52
53
54
55
56
57
58
{
"name": "ui-tests",
"assets": [],
"devAssets": [],
"styles": [],
"main": "lib/ui-tests",
"moduleDir": "lib",
"description": "Enyo UI tests",
"version": "0.1.0",
"homepage": "http://enyojs.com",
"author": {
"name": "Roy Sutton",
"email": "roy.sutton@lge.com"
},
"repository": {
"type": "git",
"url": "git://github.com/enyojs/ui-tests.git"
},
"bugs": {
"url": "https://enyojs.atlassian.net/"
},
"licenses": [
{
"type": "Apache",
"url": "http://enyojs.com/blob/master/LICENSE-Apache"
},
{
"type": "2.0",
"url": "http://enyojs.com/blob/master/LICENSE-2.0"
}
],
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"chai": "latest",
"chai-as-promised": "latest",
"colors": "latest",
"enyo-dev": "1.0.0",
"grunt": "~0.4.5",
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-simple-mocha": "latest",
"lodash": "latest",
"shelljs": "latest",
"superagent": "latest",
"wd": "latest"
},
"optionalDependencies": {
"webos-wdjs-adapter": "git+ssh://gpro.lgsvl.com:29418/webos-pro/webos-wdjs-adapter"
},
"keywords": []
}