-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
57 lines (57 loc) · 1.12 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
{
"name": "tryton-sao",
"title": "sao",
"description": "Tryton webclient",
"version": "6.4.6",
"homepage": "http://www.tryton.org/",
"author": {
"name": "Tryton"
},
"repository": {
"type": "hg",
"url": "http://hg.tryton.org/sao"
},
"bugs": {
"url": "http://bugs.tryton.org/",
"email": "bugs@tryton.org"
},
"license": "GPL-3.0+",
"files": [
"COPYRIGHT",
"CHANGELOG",
"Gruntfile.js",
"LICENSE",
"README.md",
"bower.json",
"dist",
"images",
"index.html",
"locale",
"package.json",
"src",
"tests"
],
"scripts": {
"test": "npx grunt test",
"postinstall": "npx bower install"
},
"devDependencies": {
"grunt-contrib-nodeunit": "^2.0",
"grunt-contrib-qunit": "^3.1",
"grunt-contrib-watch": "^1.1",
"grunt-shell": "^3.0",
"grunt-po2json": "^0.3"
},
"keywords": [
"tryton"
],
"dependencies": {
"bower": "^1.8.4",
"grunt": "^1.0",
"grunt-cli": "^1.3",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-jshint": "^2.1",
"grunt-contrib-less": "^2.0",
"grunt-contrib-uglify": "^5.0"
}
}