-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1023 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1023 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ContentsJS",
"version": "0.0.1",
"description": "A Non-Linear System for Content presentation",
"main": "contents.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/LittleHelicase/ContentsJS.git"
},
"keywords": [
"Javascript"
],
"author": "Maximilian Klein",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "1bfcbf2b67b41489355a04dc54cc9aae8d9a6cf0",
"devDependencies": {
"grunt": "~0.4.2",
"mocha": "~1.17.1",
"livescript": "0.0.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-livescript": "~0.5.1",
"grunt-mocha-test": "~0.9.0",
"browserify": "~3.24.11",
"grunt-browserify": "~1.3.0",
"blessed": "0.0.29",
"markdown-js": "0.0.3",
"mocha-unfunk-reporter": "~0.4.0",
"prelude-ls": "~1.0.3",
"chai": "~1.9.0",
"markdown": "~0.5.0",
"requirejs": "~2.1.11",
"grunt-mocha-cli": "~1.6.0"
},
"private": "true"
}