-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 756 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 756 Bytes
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
{
"name": "platter",
"version": "0.1.0",
"devDependencies": {
"almond": "^0.3.1",
"babel-cli": "^6.10.1",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-require-dir": "0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-ts": "^5.3.2",
"typescript": "2.0.*"
}
}