-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
{
"name": "laraval",
"version": "1.0.0",
"description": "Radic Laravel-jquery-validation ====================",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "grunt watch",
"build": "grunt build",
"dist": "grunt dist",
"prepare": "npm install && bower install && tsd install",
"clean": "rm node_modules .sass-cache .tscache resources/assets/vendor resources/assets/types/vendor resources/assets/*.js* resources/assets/*.css* -r"
},
"author": "Robin Radic",
"license": "MIT",
"devDependencies": {
"dotenv": "1.2.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-ts": "4.2.0",
"grunt-typedoc": "0.2.3",
"grunt-umd": "2.3.4",
"load-grunt-tasks": "3.3.0",
"lodash": "3.10.1",
"mockaroo": "0.1.6",
"time-grunt": "1.2.1",
"typescript": "1.6.2",
"grunt-bytesize": "0.1.1"
}
}