-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (45 loc) · 1.29 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
{
"name": "lang3",
"version": "1.0.1",
"description": "Localization",
"main": "build/index.js",
"scripts": {
"build": "gulp build",
"postinstall": "cp lang.php ../.bin/",
"test": "gulp test",
"cover": "gulp cover",
"clean": "gulp clean",
"check-deps": "npm outdated && npm-check",
"watch": "gulp watch",
"prepublish": "npm run build"
},
"author": "0",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-istanbul": "^0.7.0",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-preset-es2015": "^6.22.0",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-syntax-class-properties": "^6.5.0",
"babel-plugin-transform-async-to-generator": "^6.7.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"clear": "0.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-load-plugins": "^1.1.0",
"gulp-newer": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^1.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"node-inspector": "^0.12.7",
"npm-check": "^5.2.1",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1"
}
}