-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 854 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
31
32
33
34
35
36
{
"name": "intalg",
"version": "0.10.0",
"description": "",
"main": "intalg.umd.min.js",
"author": "slacktracer",
"license": "MIT",
"files": [
"intalg.umd.js",
"intalg.umd.js.map",
"intalg.umd.min.js",
"intalg.umd.min.js.map",
"source"
],
"devDependencies": {
"ava": "^0.18.1",
"babel-cli": "^6.23.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.1.8",
"gulp": "^3.9.1",
"gulp-ava": "^0.16.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0"
},
"dependencies": {},
"scripts": {
"build": "gulp",
"test": "ava specs/main.js --verbose"
}
}