-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 992 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
31
32
33
34
35
36
37
38
39
{
"name": "dom-fn",
"version": "0.1.1",
"description": "Pretty simple functional dom builder",
"main": "dist/dom-fn.js",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp test"
},
"author": "Raphael Faria",
"repository": {
"type": "git",
"url": "git@github.com:raphaelfaria/dom-fn.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"del": "^2.0.2",
"eslint-config-airbnb": "^5.0.1",
"gulp": "^3.6.0",
"gulp-babel": "^6.1.2",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.3.0",
"gulp-plumber": "^1.1.0",
"jsdom": "8.0.2",
"jsdom-global": "1.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}