forked from CityBaseInc/formrenderer-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
{
"name": "formrenderer-base",
"version": "0.0.0",
"description": "Base components of DOBT's form renderer.",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test"
},
"author": "ajb <adam@dobt.co>",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.9.0",
"deep-extend": "^0.4.0",
"grunt": "^0.4.5",
"grunt-aws": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eco": "^0.1.2",
"grunt-karma": "^0.8.3",
"grunt-release": "^0.11.0",
"jasmine-core": "^2.2.0",
"js-yaml": "^3.2.7",
"karma": "^0.12.22",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"mocha": "^1.21.4"
}
}