-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "anonymous-function-grunt-package",
"version": "0.0.2",
"private": true,
"description": "Anonymous Function Grunt Package",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anonymous Function",
"repository": {
"type": "git",
"url": "https://github.com/AnonymousFunction/anonymousfunction.github.com"
},
"license": "BSD-2-Clause",
"devDependencies": {
"express": "3.x",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "*",
"grunt-protractor-coverage": "*",
"grunt-protractor-runner": "*",
"jshint-html-reporter": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-html-reporter": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-phantomjs-launcher": "*",
"matchdep": "*",
"protractor": "*",
"protractor-html-screenshot-reporter": "*"
}
}