-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 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
{
"name": "esdash",
"version": "0.1.0",
"description": "Functional programming helper library that is aware of (does not duplicate) the latest ECMAScript features, which are polyfillable in all ECMA-262 (even oldest browsers).",
"main": "index.umd.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"compile": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/jakutis/esdash"
},
"keywords": [
"amd",
"browser",
"client",
"customize",
"functional",
"server",
"util",
"ecmascript"
],
"author": "Vytautas Jakutis <[email protected]> (https://jakut.is/)",
"homepage": "https://www.npmjs.org/package/esdash",
"license": "MIT",
"bugs": "https://github.com/jakutis/esdash/issues",
"devDependencies": {
"es6-shim": "0.10.x",
"mocha": "1.18.x",
"grunt": "0.4.x",
"grunt-umd": "1.7.x"
}
}