forked from Treacherous/treacherous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "treacherous",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"property-resolver": "^0.0.6",
"event-js": "^0.1.0"
},
"main": "dist/commonjs/index.js",
"typings": "index.d.ts",
"bugs": {
"url": "https://github.com/grofit/treacherous/issues"
},
"files": [
"dist/**/*",
"index.d.ts",
"readme.md"
],
"keywords": [
"validation",
"validate"
],
"scripts": {
"test": "karma start --single-run --browsers PhantomJS ./karma.conf.js",
"prepublish": "npm run typings:install",
"typings:install": "cross-env ./node_modules/.bin/typings install"
},
"repository": {
"type": "git",
"url": "https://github.com/grofit/treacherous"
},
"devDependencies": {
"bluebird": "^3.4.1",
"chai": "latest",
"chai-spies": "latest",
"cross-env": "^2.0.0",
"del": "latest",
"gulp": "3.9.1",
"gulp-bump": "latest",
"gulp-es6-exporter": "^0.0.5",
"gulp-rename": "latest",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "2.13.6",
"gulp-uglify": "latest",
"karma": "1.1.1",
"karma-firefox-launcher": "latest",
"karma-mocha": "latest",
"karma-phantomjs-launcher": "^1.0.1",
"karma-webpack": "1.7.0",
"merge2": "latest",
"mkdirp": "latest",
"mocha": "latest",
"phantomjs-prebuilt": "^2.1.7",
"require-dir": "^0.3.0",
"rimraf": "latest",
"ts-loader": "0.8.2",
"typedoc": "^0.4.4",
"typescript": "1.8.10",
"typings": "^1.3.2",
"webpack": "1.13.1"
}
}