-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "axiom-src",
"version": "1.0.0",
"description": "Axiom source repository",
"repository": {
"type": "git",
"url": "https://github.com/chromium/axiom.git"
},
"author": "Axiom authors",
"licensce": "CHROMIUM",
"readmeFilename": "README.md",
"bin": {
"wash": "./bin/wash.js"
},
"devDependencies": {
"es6-collections": "^0.4.1",
"es6-module-transpiler": "~0.9.6",
"es6-module-transpiler-amd-formatter": "~0.2.4",
"es6-promise": "^2.0.1",
"grunt": "^0.4.5",
"grunt-closure-compiler": "0.0.21",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "~0.10.1",
"grunt-git-deploy": "~0.1.1",
"grunt-shell": "^1.1.2",
"jasmine-core": "~2.1.3",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-jasmine": "~0.3.4",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "~0.3.0",
"source-map-support": "^0.2.9"
},
"dependencies": {
"hterm": "^2.0.2"
}
}