-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "2000",
"version": "0.0.1",
"description": "Using Grunt with Laravel",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TwoThousandTimes/2000.git"
},
"keywords": [
"Laravel"
],
"author": "Two Thousand Times",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/TwoThousandTimes/2000/issues"
},
"homepage": "https://github.com/TwoThousandTimes/2000",
"devDependencies": {
"concurrent": "^0.3.2",
"forever": "^0.11.1",
"grunt": "^0.4.5",
"grunt-aws": "^0.3.0",
"grunt-compass": "^0.3.9",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-compass": "^0.9.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-creator": "^0.1.2",
"grunt-git-revision": "0.0.1",
"grunt-nodemon": "^0.3.0",
"grunt-phpunit": "~0.3.4",
"load-grunt-tasks": "^0.6.0",
"nodemon": "^1.2.1",
"time-grunt": "^0.4.0"
},
"dependencies": {}
}