forked from symbiose/symbiose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "symbiose",
"version": "1.0.0-beta.4",
"description": "Symbiose, a free and flexible webos.",
"keywords": [
"webos",
"web desktop"
],
"bugs": {
"url": "https://github.com/symbiose/symbiose/issues",
"email": "[email protected]"
},
"license": "GPLv3",
"homepage": "http://symbiose.fr.cr",
"author": {
"name": "emersion",
"homepage": "http://emersion.fr",
"url": "http://emersion.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/symbiose/symbiose.git"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-composer": "^0.3.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-convert": "^0.1.9",
"grunt-transifex": "^0.1.1"
},
"scripts": {
"build": "node_modules/.bin/grunt build",
"standalone": "node_modules/.bin/grunt standalone",
"test": "node_modules/.bin/grunt test"
}
}