-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "decorate-this",
"version": "0.5.0",
"description": "Simple, vanilla JS type checking through ES7 decorators ...and a few other decorators, to boot.",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/mako-taco/DecorateThis.git"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"decorators",
"types",
"annotation"
],
"author": "Jake Scott",
"license": "ALv2.0",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.3",
"console-polyfill": "^0.2.1",
"eslint": "^0.22.1",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"immutable": "^3.7.3",
"mocha-phantomjs": "^3.5.3",
"node-notifier": "^4.1.2",
"phantomjs": "^1.9.16",
"phantomjs-polyfill": "0.0.1",
"should": "^5.2.0",
"source-map-support": "^0.2.10",
"watch": "^0.14.0",
"when": "^3.7.2"
},
"dependencies": {
"babel-runtime": "^5.4.7",
"css-loader": "^0.9.1",
"style-loader": "^0.9.0"
}
}