-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
43
44
45
46
47
48
49
{
"name": "french-dip",
"description": "A flexible, light-weight module for creating custom components",
"version": "0.1.4",
"homepage": "https://nominalaeon.github.io/french-dip",
"author": {
"name": "Noah Rodenbeek",
"email": "[email protected]",
"url": "http://rodenbeek.com"
},
"repository": {
"type": "git",
"url": "https://github.com/nominalaeon/french-dip.git"
},
"bugs": {
"url": "https://github.com/nominalaeon/french-dip/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nominalaeon/french-dip/blob/master/LICENSE-MIT"
}
],
"main": "french-dip.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-ie": "^6.7.0",
"babel-register": "^6.11.6",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"pump": "^1.0.1"
},
"keywords": [],
"dependencies": {}
}