-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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
39
40
41
42
{
"name": "magnetjs",
"version": "0.1.0",
"description": "Library for creating your own online magnets board.",
"main": "example/index.js",
"scripts": {
"start": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrVann/MagnetJS.git"
},
"keywords": [
"magnetjs",
"magnet",
"fridge",
"fridge-magnet",
"library"
],
"author": "David Vann",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrVann/MagnetJS/issues"
},
"homepage": "https://github.com/MrVann/MagnetJS#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"gulp-webserver": "^0.9.1"
}
}