-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
24 lines (24 loc) · 823 Bytes
/
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
{
"name": "i-dropped-my-phone-the-screen-cracked",
"version": "0.3.17",
"description": "Web audio, cracked.",
"keywords": "Web audio, synthesis, sound, music",
"homepage": "https://github.com/billorcutt/i_dropped_my_phone_the_screen_cracked",
"bugs": "https://github.com/billorcutt/i_dropped_my_phone_the_screen_cracked/issues",
"license": "MIT",
"author": "Bill Orcutt <info@fastinversesquare.com> (https://twitter.com/billorcutt)",
"devDependencies": {
"grunt": ">=1.3.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-jsdoc": "2.4.1",
"ink-docstrap": "1.1.4"
},
"scripts":{
"build":"grunt default"
}
}