This repository was archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "decl",
"version": "0.0.0",
"description": "Decl is a simple library designed to enable more declarative and unobtrusive JavaScript",
"main": "./dist/main.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anarchocurious/decl.git"
},
"author": "Alec Larsen <aleclarsen42@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/core-js": "0.9.35",
"@types/mocha": "^2.2.36",
"@types/sinon": "^1.16.34",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"es6-promise": "^4.0.5",
"gulp": "^3.9.1",
"gulp-merge": "^0.1.1",
"gulp-rimraf": "^0.2.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.1.0",
"karma-sinon": "^1.0.5",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^1.17.7",
"tsify": "^3.0.0",
"typescript": "^2.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
}
}