-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"name": "freatboard",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/AlexMost/fretboard.git",
"author": "",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-gh-pages": "~0.9.1",
"grunt-browserify": "^2.0.1",
"grunt-notify": "^0.3.0",
"cheerio": "^0.15.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-react-render": "~0.1.0"
},
"dependencies": {
"react": "^0.10.0",
"async": "^0.8.0"
}
}