forked from serversideup/amplitudejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 814 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
25
26
27
28
29
30
{
"name": "amplitude",
"version": "2.0.0",
"description": "A Javascript library that allows you to control the design of your media controls in your webpage -- not the browser. No dependencies (jQuery not required).",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"gulp": "^3.8.11"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/521dimensions/amplitudejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/521dimensions/amplitudejs/issues"
},
"homepage": "https://github.com/521dimensions/amplitudejs"
}