forked from kriszyp/alkali
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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
37
{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.19.10",
"description": "Reactivity with native JavaScript objects and HTML elements",
"license": "BSD-3-Clause",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD-3-Clause",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kriszyp/alkali"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests/unit -u tdd",
"test.sauce": "intern-runner config=tests/intern",
"test.proxy": "intern-runner config=tests/intern --proxyOnly"
},
"main": "./index.js",
"dependencies": {},
"typings": "./index.d.ts",
"dojoBuild": "package.js",
"devDependencies": {
"bluebird": "^3.3.3",
"dojo": "^1.10.2",
"dojo-dstore": "^1.1.1",
"mocha": "^4",
"chai": "^4"
}
}