-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.66 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
{
"author": "ariatemplates <[email protected]> (http://github.com/ariatemplates)",
"name": "at-diff",
"description": "Tool to compare different versions of some code using Aria Templates.",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "git://github.com/ariatemplates/at-diff.git"
},
"bin": "./bin/at-diff",
"license": "Apache-2.0",
"scripts": {
"prepublish": "typings install && gulp clean && gulp build && npm run doc",
"lint": "eslint src tasks test doc-templates *.js",
"mocha": "mocha test",
"test": "npm run lint && npm run mocha",
"typings": "typings",
"doc": "gulp clean-doc && jsdoc -c doc-templates/conf.json && gulp build-doc"
},
"dependencies": {
"ariatemplates": "1.7.19",
"camelcase": "^3.0.0",
"co": "^4.6.0",
"glob": "^7.0.0",
"graceful-fs": "^4.1.3",
"json-stable-stringify": "^1.0.1",
"minimist": "^1.2.0",
"opener": "^1.4.1",
"pify": "^2.3.0",
"sax": "^1.1.6",
"uglify-js": "2.6.2",
"winston": "^2.2.0"
},
"devDependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"awesome-typescript-loader": "^2.2.4",
"eslint": "^3.5.0",
"grunt": "^1.0.1",
"gulp": "^3.9.1",
"highlight.js": "^9.4.0",
"jsdoc": "3.4.0",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"mocha": "^3.0.2",
"rimraf": "^2.5.2",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.2",
"typings": "^1.3.2",
"webpack": "^1.13.2"
},
"keywords": [
"gruntplugin"
]
}