-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 Bytes
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
{
"name": "tal",
"license": "Apache-2.0",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/fmtvp/tal.git"
},
"description": "Library for building applications for Connected TV devices",
"devDependencies": {
"eslint-plugin-jasmine": "^1.6.0",
"eslint-plugin-requirejs": "^0.6.0",
"exec-sync": "latest",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-cli": "~0.1.6",
"grunt-complexity": "^0.2.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "^1.1.1",
"grunt-text-replace": "^0.4.0",
"gruntify-eslint": "^1.3.0",
"jsdoc-toolkit": "latest"
},
"dependencies": {},
"scripts": {
"test": "grunt full --verbose"
}
}