-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "webuml-ui",
"version": "0.0.1",
"private": true,
"devDependencies": {
"mocha": "~2.3.0",
"expect.js": "~0.3.1"
},
"dependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-typescript": "~0.7.0",
"grunt-closurecompiler": "~0.9.9",
"closurecompiler": "~1.6.1",
"typescript": "~1.5.3",
"express": "~4.13.3",
"logfmt": "~1.1.2",
"properties-parser": "^0.1.1",
"minimist": "^0.1.0"
},
"engines": {
"node": "6.11.x",
"npm": "1.4.x"
},
"scripts": {
"postinstall": "node ./node_modules/grunt-cli/bin/grunt",
"start": "node server.js --profiles.active=local",
"test": "node ./node_modules/mocha/bin/mocha --recursive --reporter tap src/test/js"
},
"repository": {
"type": "git",
"url": "https://github.com/timmo/webuml-ui.git"
}
}