-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.09 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
{
"name": "exjs",
"version": "0.5.1",
"description": "Extension library",
"main": "Gruntfile.js",
"types": "./dist/ex.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"array",
"linq",
"typescript"
],
"author": "Brad Sickles",
"repository": {
"type": "git",
"url": "https://github.com/BSick7/exjs"
},
"bugs": {
"url": "https://github.com/BSick7/exjs/issues"
},
"devDependencies": {
"bower-typings": "^0.1.0",
"connect-livereload": "^0.5.0",
"del": "^1.2.0",
"fayde-unify": "^0.4.14",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-symlink": "^2.1.0",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^2.0.1",
"merge2": "^0.3.6",
"run-sequence": "^1.0.2",
"typescript": "^2.2.1",
"version-ts": "^0.1.1"
},
"license": "MIT"
}