-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (38 loc) · 853 Bytes
/
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
{
"name": "p8js",
"title": "p8js",
"description": "plus8.ch js framework",
"version": "0.4.8",
"homepage": "plus8.ch/projects/p8js",
"author": {
"name": "Claudio Romano",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/claudiocro/p8js.git"
},
"scripts": {
"test": "grunt travis --verbose"
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"grunt": "0.4.1",
"grunt-contrib-qunit": "0.2.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.3.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-s3": "0.2.0-alpha",
"grunt-contrib-clean": "0.4.1",
"grunt-git-rev-parse": "~0.1.4"
},
"keywords": []
}