-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 990 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 990 Bytes
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": "jadfr",
"version": "0.1.0",
"description": "Project description",
"main": "Gruntfile.coffee",
"private": true,
"directories": {
"doc": "docs"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-exec": "~0.4.5",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-bower-task": "~0.4.0",
"matchdep": "~0.1.2",
"grunt-jsonlint": "~1.0.4",
"grunt-contrib-jshint": "~0.7.2",
"grunt-connect-proxy": "~0.1.10",
"grunt-contrib-compass": "~0.6.0",
"grunt-coffeelint": "~0.0.10",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-text-replace": "~0.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JavaScript",
"Editor"
],
"author": "Johannes Schneider",
"license": "MIT",
"dependencies": {
"bower": "~1.3.8"
}
}