-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
{
"name": "pjs-gui",
"version": "0.13.4",
"author": "gianni ferullo <giannif@gmail.com>",
"private": true,
"description": "GUI",
"repository": {
"type": "git",
"url": "https://p-js@github.com/p-js/gui.git"
},
"scripts": {
"release": "grunt release",
"lint": "grunt jshint:release && grunt jsbeautifier:verify",
"test": "grunt karma:ci",
"coverage": "grunt coveralls"
},
"devDependencies": {
"chai": "*",
"chai-spies": "*",
"grunt": "*",
"grunt-aws-s3": "^0.10.4",
"grunt-bumpx": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-handlebars": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-githooks": "*",
"grunt-jsbeautifier": "*",
"grunt-karma": "*",
"grunt-karma-coveralls": "*",
"grunt-push-svn": "*",
"grunt-replace": "*",
"grunt-rigger": "*",
"grunt-shell": "*",
"karma": "*",
"karma-coverage": "*",
"karma-growl-reporter": "*",
"karma-mocha": "*",
"karma-mocha-reporter": "*",
"karma-phantomjs-launcher": "*",
"load-grunt-config": "*",
"load-grunt-tasks": "*",
"mocha": "^1.21.4"
},
"license": "MIT"
}