-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 944 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 944 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
{
"name": "_.escape",
"version": "0.1.0",
"author": "Esco Obong <esco@hbyte.com>",
"scripts": {
"test": "node_modules/karma/bin/karma start karma-config.js --single-run --browsers Chrome",
"test-dev": "karma start karma-config.js --single-run --browsers Chrome Safari Firefox",
"test-all": "karma start karma-config.js --single-run"
},
"main": "_.escape.js",
"description": "escape function for precompiled templates",
"dependencies": {},
"devDependencies": {
"chai": "*",
"ibrik": "http://registry.npmjs.org/ibrik/-/ibrik-1.1.1.tgz",
"karma": "*",
"karma-chai": "*",
"karma-chai-sinon": "*",
"karma-chrome-launcher": "*",
"karma-cli": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-ievms": "*",
"karma-mocha": "*",
"karma-safari-launcher": "*",
"mocha": "*",
"sinon": "*",
"sinon-chai": "*",
"karma-spec-reporter": "0.0.13"
}
}